Dan Sugalski <[EMAIL PROTECTED]> wrote: > The seconds assumes its > parameters are in the registers, with standard calling conventions, > and goes from there.
Seems to heavy to me. We already have init_pmc (taking one additional initializer) and init_pmc_props, taking a NULL or real initializer PMC plus one property hash. The property hash can take everything as well as the first one. I currently don't see the need for more variants. leo