generic type support
Per Bothner
per@bothner.com
Wed Feb 19 21:04:00 GMT 2003
Tom Tromey wrote:
> Teaching gcj to invisibly run jikes and then read the resulting
> bytecode would be an interesting project.
Note that this would seriously slow down compilation, which is
already too slow. You're basically doing twice as much work:
First Jikes has to process all the (.java or .class) it needs
to compile a file, then compile it. Then gcj has to process
that .class file and any other class files references, and then
recover any structure from the bytecode so that it can generate\
good native code.
--
--Per Bothner
per@bothner.com http://www.bothner.com/per/
More information about the Java
mailing list