IMCC minor issues

2002-12-02 Thread David Robins
These all using the 2002-12-02_16 snapshot. 1. Can't ret early from .subs - looks like the parser sees a ret and figures that's the end of the sub. ..sub foo $P0 = 1 if $P0 goto bar ret bar: print "BAR" ret Parse error at 'bar'. 2. Most things can only be done in a sub. $P0 =

Re: [PASM] about pushi and popi

2002-12-02 Thread Dan Sugalski
At 11:15 AM +0100 11/30/02, Jerome Quelin wrote: Hi, When I want to save all the integer registers, I'm using pushi, restoring them later with popi. When I'm doing a pushi, the old values of the registers are still present, but I'm wondering wether I can rely on this behavior, or if it's accident

Re: [CVS ci] more JIT changes: register usage array, block allocation..

2002-12-02 Thread Leopold Toetsch
Daniel Grunblatt wrote: But that's not true on my Intel PIII nor on my PI 233. I get a 50% speed up on both. Ok then - it's gone. Thanks for your input and your compile fix commit, leo