Re: jsr_ic & ret support

2001-09-13 Thread Dan Sugalski
At 12:01 AM 9/13/2001 -0500, Brian Wheeler wrote: >This diff adds jsr_ic and ret to the interpreter. I don't know if my >way of returning is legal, and I know there's probably issues with 64 >bit machines, but it works...and that's the important part :) > >Right now it only has a depth of 32 and

Re: jsr_ic & ret support

2001-09-13 Thread Simon Cozens
On Thu, Sep 13, 2001 at 12:01:47AM -0500, Brian Wheeler wrote: > This diff adds jsr_ic and ret to the interpreter. I don't know if my > way of returning is legal, and I know there's probably issues with 64 > bit machines, but it works...and that's the important part :) I'm deferring to Dan on t

jsr_ic & ret support

2001-09-12 Thread Brian Wheeler
This diff adds jsr_ic and ret to the interpreter. I don't know if my way of returning is legal, and I know there's probably issues with 64 bit machines, but it works...and that's the important part :) Right now it only has a depth of 32 and no bounds checking, but its enough to get started. Br