On Mon, Nov 05, 2001 at 12:44:38AM -0500, Jeff wrote:
> This (rather large) set of patches adds the ability for parrot to use
> +interpreter->profile = (INTVAL
>*)mem_sys_allocate((core_numops+obscure_numops+vtable_numops) * sizeof(INTVAL));
Nice idea, but I'm afraid I'm not conv
This (rather large) set of patches adds the ability for parrot to use
multiple operation libraries. It's currently adding 'obscure.ops' and
'vtable.ops' to the list of operations the interpreter can perform,
though vtable.ops is not tested for obvious reasons.
While this likely should be done in