William Coleda <[EMAIL PROTECTED]> wrote: > Attached, find the first trivial chunk, which removes as much Perl* > from IMCC internals and tests as possible without writing actually > writing any new PMC code.
Applied the trivial part, i.e. all but the change to PMCArray. > PerlArray is going to be the hardest to pull out, as there is no other > Array-style pmc that does everything it does. (or, at least, I can't > find one. =-) The PerlArray in imcc/pcc.c should be an ResizablePMCArray. But as this is lacking some vtable methods, it's not changed yet. This array is used for overflow arguments and flattening and as such a critical part of function calls. Thanks, leo