A couple of questions:
1: Only two pmcs have the const_too flag SArray and ParrotLibrary.
This seems redundant given that all pmcs except abstract, singleton, and
const_too pmcs get a read only variant of the vtable. Is there any
reason, why we can't get rid of the const_too flag and just use the read
only machinery?
2: Is there a use case where a pmc would use just one, but not both of
the flags noinit and abstract?
I'm trying to simplify where possible. These two flags seem synonymous
to me.
Thanks,
Kevin