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.
> Luke
leo
