Sorry if this comment is out of context, I am behind but catching up. The patch in [perl #16797] adds a scratchpad pmc (among other things). Hopefully it is not too far out of date to apply. I believe Melvin is looking into it ...
-- Jonathan Sillito On Tue, 10 Sep 2002, Piers Cawley wrote: > Juergen Boemmels <[EMAIL PROTECTED]> writes: > > > Piers Cawley <[EMAIL PROTECTED]> writes: > >> { type => '*environment*' value => {scratchpad => aScratchPadPMC} > > > > There is already a ScratchPadPMC. Where is it? It's not in classes/, > > is it. As a first implementation a PerlHash is sufficent, (I actually > > have a patch doing exactly this, it just needs a little polish. Maybe > > I will submit it tomorrow). But most of the lexical scope can resolved > > at compile time. parrot_assembly.pod describes an op fetch_lex_p_i_i > > but this seems not implemented yet. >