Am Mittwoch, 16. Mai 2007 11:50 schrieb tewk: > 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?
With the readonly variants, the cont_too isn't needed anymore. It was an early experiment to achieve this functionality. > 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. To me too. > Thanks, > Kevin leo