On 2/25/06, Leopold Toetsch <[EMAIL PROTECTED]> wrote:
>
> Leopold Toetsch (via RT) wrote:
>
> > fill the function body of Parrot_register_move() (src/utils.c 633 ff).
>
> Parrot is now using this function [1] for recursive tailcalls. There are
> 2 new tests in t/compilers/imcc/imcpasm/optc.t.
>
> Implementations can therefore be tested easily now.
>
> [1] just a broken one to one move
>
> Takers still welcome,
> leo
>


Probably a naive question : in which branch is Parrot using this function ?
Because I got the main one (svn co https://svn.perl.org/parrot/trunk parrot)
and this function does not seem to be called when running the
t/compilers/imcc/imcpasm/opt.t (using perl t/harness
t/compilers/imcc/imcpasm/opt.t) : I put some printf/fprintf(stderr) debugs
and can see nothing.

Moreover what I don't understand is that if the current implementation is
broken,
why are the tests successful ?

> Thanks
Karl

Reply via email to