Bob Rogers wrote:
From: Matt Fowles <[EMAIL PROTECTED]>
Why leave it in as a placeholder at all? Matt Good question. I did so because of the "common header withInterp_Context" comment in struct Parrot_Context.
Yep. And this common header is actually used in e.g. mark_register_stack. But we could move e.g. C<caller_ctx> there and safe one word of context space.
leo