Dan Sugalski <[EMAIL PROTECTED]> wrote: > At 9:50 AM +0200 6/3/04, Leopold Toetsch wrote: >>Dan Sugalski <[EMAIL PROTECTED]> wrote: >> >>> 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.
I've for now disabled C<loadlib> at compile time for variables. We still need something for dynamic opcode libs. I think that a separate opcode would be simplest: load_ops Px, "myops" # constant filename only, compile time loadlib Px, lib # runtime leo