Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 9:51 AM +0200 6/2/04, Leopold Toetsch wrote: >>- don't load extensions at compile time, so that dynamic PMCs have to be >> created with >> >> $I0 = find_type "Foo" >> $P0 = new $I0
> Option two here would be the right one. For dynamic PMC classes and NCI yes. *But* what about dynamic opcode libs? The PASM/PIR compilers have to load in the lib to be able to emit the opcode number. Should we use a different opcode for the latter? leo