Re: pmc_init

2002-03-18 Thread Dan Sugalski
At 11:12 PM -0500 3/17/02, Bryan C. Warnock wrote: >On Sunday 10 March 2002 01:32, Melvin Smith wrote: >> I think it would be useful to add an init method for PMCs which takes >> a size argument constructor since there will be times when >> a language implementor wants to created a sized type.

Re: pmc_init

2002-03-17 Thread Bryan C. Warnock
On Sunday 10 March 2002 01:32, Melvin Smith wrote: > I think it would be useful to add an init method for PMCs which takes > a size argument constructor since there will be times when > a language implementor wants to created a sized type. > > Right now init takes no arguments. > > It will defin

[PATCH] pmc_init followup

2002-03-09 Thread Melvin Smith
Made a little boo-boo. Need to patch vtable.tbl rather than vtable.h Follows.. -Melvin Index: vtable.tbl === RCS file: /cvs/public/parrot/vtable.tbl,v retrieving revision 1.18 diff -u -r1.18 vtable.tbl --- vtable.tbl 11 Feb 2002

pmc_init

2002-03-09 Thread Melvin Smith
I think it would be useful to add an init method for PMCs which takes a size argument constructor since there will be times when a language implementor wants to created a sized type. Right now init takes no arguments. It will definitely be important for C style languages where most things are st