Tom Tromey writes:

> libgcj includes a bytecode interpreter.  I'm always amazed that
> people don't know that.  It has been in the code for over 2 years
> now.

RHUG's jython relies on that feature to work: jython spits bytecode
out of Python files and then interprets them. It is our intent to
insert an optional compilation stage. libgcj could then load a shared
object instead of a bytecode file.

./A


Reply via email to