[TODO] fill Parrot_register_move() with code : new implementation

2006-09-13 Thread Karl Forner
Hello,Because I will soon somewhat criticize Vishal's work, I would start by thanking him for his implementation that enabled me for the first time to experiment with parrot development.I have some new tests to contribute that reveal some bugs in Parrot_register_move(). Moreover the current impleme

Re: [TODO] fill Parrot_register_move() with code : new implementation

2006-09-15 Thread Leopold Toetsch
Am Donnerstag, 14. September 2006 02:54 schrieb Karl Forner: > Hello, > > So I propose a new implementation that solve the bugs, and that is linear > in space and time, and hopefully produce > an optimal list of moves. It is to be found in the second patch. Great. Applied as r14621. > We have two

Re: [TODO] fill Parrot_register_move() with code : new implementation

2006-09-24 Thread Karl Forner
On 9/15/06, Leopold Toetsch <[EMAIL PROTECTED]> wrote: Am Donnerstag, 14. September 2006 02:54 schrieb Karl Forner: > Hello, > > So I propose a new implementation that solve the bugs, and that is linear > in space and time, and hopefully produce > an optimal list of moves. It is to be found in t

Re: [TODO] fill Parrot_register_move() with code : new implementation

2006-09-25 Thread Leopold Toetsch
Am Montag, 25. September 2006 00:06 schrieb Karl Forner: > On 9/15/06, Leopold Toetsch <[EMAIL PROTECTED]> wrote: > > - There are 2 use cases for register_move > > a) optimized recursive tail calls > > b) simple function call argument passing compiled to native code in JIT > > core > So in tha