Re: [CVS ci] ConstClass-1: vtables; test in SArray

2003-08-25 Thread Nicholas Clark
On Mon, Aug 25, 2003 at 08:13:48PM +0200, Leopold Toetsch wrote: > This patch generates a second vtable (and class enum) for a PMC, when > the pmc class defintions contains C. > > To make that actually usable, I'm thinking of: > - the vtable gets a flag for const classes > - pmc_new uses the cons

[CVS ci] ConstClass-1: vtables; test in SArray

2003-08-25 Thread Leopold Toetsch
This patch generates a second vtable (and class enum) for a PMC, when the pmc class defintions contains C. To make that actually usable, I'm thinking of: - the vtable gets a flag for const classes - pmc_new uses the constant PMC pool, when that flag is set - but the vtable is first the writeable