Jens Rieks <[EMAIL PROTECTED]> wrote:
>>         $P0 = new Foo
> This is wrong. Use $P0 = new "Foo" instead.

No. There isn't even such an opcode. Above code is fine and working,
because during compilation of "loadlib", the class file gets already
loaded so that the type is registered. This might change in the future,
so that

  find_type I0, "Foo"
  new P0, I0

must be used.

> "new Foo" evaules to "new -1" due to a bug (?) in IMCC.

It is 52 as you can see in the trace.

> jens

leo

Reply via email to