Re: Freeze, objects, crash, boom.

2004-05-28 Thread Leopold Toetsch
William Coleda [EMAIL PROTECTED] wrote: I've been trying to wrap my head around freezing and objects. My current understanding is that: o parrotclass extends delegate o delegate's freeze vtable entry is Parrot_delegate_freeze o Parrot_delegate_freeze should delegate the freeze vtable

Freeze, objects, crash, boom.

2004-05-27 Thread William Coleda
I've been trying to wrap my head around freezing and objects. My current understanding is that: o parrotclass extends delegate o delegate's freeze vtable entry is Parrot_delegate_freeze o Parrot_delegate_freeze should delegate the freeze vtable method to PASM. However, when parrotclass.pmc is