On Tue, Oct 2, 2007 at 7:47 PM, via RT Paul Cochrane <[EMAIL PROTECTED]> wrote:
> In src/objects.c:Parrot_new_class() there is the todo item: > > /* TODO create all class structures in constant PMC pool */ This function no longer exists. Looks like class creation now is done by calling pmc_new_init_src. -- Salu2