This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: generic type support


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 at bothner dot com http://www.bothner.com/per/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]