Re: Takers wanted: new_extended

2004-09-06 Thread Leopold Toetsch
Jens Rieks <[EMAIL PROTECTED]> wrote: > Leopold Toetsch wrote: >> I think, we could use that as well generically. classes/fixedpmcarray >> and some others have it implemented in invoke() > Why not generally use the class'es invoke method to create new PMCs/objects? > $P0 = getclass 'Foo' >

Re: Takers wanted: new_extended

2004-09-06 Thread Jens Rieks
Leopold Toetsch wrote: > I think, we could use that as well generically. classes/fixedpmcarray > and some others have it implemented in invoke() Why not generally use the class'es invoke method to create new PMCs/objects? $P0 = getclass 'Foo' obj = $P0( arg1, arg2, arg3... ) .name

Takers wanted: new_extended

2004-09-03 Thread Leopold Toetsch
The C opcode and vtable is in CVS. The Complex PMC has a reference implementation (modulo some error checking[1]) and there are some tests using the new opcode as well as the function call syntax. I'd be glad if people could implement the C vtable method for other PMCs too. Some PMCs have a si