On Wed, Jul 31, 2002 at 11:40:39AM -0600, Jonathan Sillito wrote:
> So here is my take on a slightly simpler example:
> 
>   sub foo {
>     my $x = 13;
>     return sub { print "$x\n"; };
>   }
> 
>   $foo()

Melvin, I think it would really help if you could explain us how you
would compile this code.  Also, you should describe precisely what
"invoke" and "new_pad" (and maybe the other scratchpad-related
opcodes) do as far as scratchpads are concerned.

-- Jerome

Reply via email to