Pete Chown <[EMAIL PROTECTED]> writes:

> Daniel Rall wrote:
>
>> Does the bytecode interpreter [from gcj] handle class loading yet?
>
> Yes.  You can invoke the bytecode interpreter directly with gij if you
> don't want to compile.  Gij will handle Class.forName and friends
> correctly.
>
> If you compile to native code, the resulting executable will first of
> all search shared libraries for the class you ask for.  If it doesn't
> find it, it will search for a bytecode file that it can interpret.  In
> other words you can freely mix interpreted and compiled code.

Thanks Pete, very informative.

- Dan

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to