Improved speed of JUMP instruction. Previously it tested whether the jump
commit0b94223f56a079e4a36db31f3ea57766eac16d3a
authorVincent Geddes <vincent.geddes@gmail.com>
Wed, 16 Jul 2008 22:34:10 +0000 (17 00:34 +0200)
committerVincent Geddes <vincent.geddes@gmail.com>
Wed, 16 Jul 2008 22:34:10 +0000 (17 00:34 +0200)
treec395f4be91217b8bf8471d19d5ee97a8fc28416e
parent885532cab981e3421c24dd5223e09f8961b34f63
Improved speed of JUMP instruction. Previously it tested whether the jump
offset was positive or negative. This is no longer the case. Appropriate
modifications to compiler.
src/st-cpu.c
src/st-generator.c