On Jan 7, 2004, at 1:46 AM, Leopold Toetsch wrote:

Luke Palmer <[EMAIL PROTECTED]> wrote:
It makes each chunk into a subclass of Buffer like so:

    struct RegisterChunkBuf {
        size_t used;
        PObj* next;
    };

That part is already answered: create a buffer_like structure.
*But* again register backing stacks are *not* in the interpreter context.

I don't understand what you are getting at. They are not physically part of Parrot_Interp.ctx, but it holds pointers to them, right? So, they need to be copied when the context is being duplicated. Is that your point, or are you trying to say that they are not _logically_ part of the context, or are not supposed to be?


JEff



Reply via email to