chromatic wrote:
On Thursday 13 September 2007 18:17:21 [EMAIL PROTECTED] wrote:-where C<obj> is a pointer to a C<pobj_t> structure:+where C<cache> is a pointer to a C<UnionVal> union:I'm not sure that's true. *vtable is a pointer to a VTABLE, but I believe that the UnionVal struct members get flattened into the PMC struct directly, as if they were declared as PMC struct members directly.
Yes, incomplete edit. Should read: where C<cache> is a C<UnionVal> union: Allison