Benjamin Goldberg <[EMAIL PROTECTED]> wrote: > In pmc_new_noinit, I see a switch() which decides whether or not to do > add_pmc_ext. Why not have that information (whether or not an ext is > needed) defined in each of the .pmc files, and stuck in the vtable?
Yep. That's the way it should look like finally. > Also, why does constant_pmc_new_noinit always add an ext? Constant PMCs are currently class Key only, which need the PMC_EXT structure. But that should work like above too. leo