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: gcj and jikes


Cedric Berger writes:
 > Per Bothner wrote:
 > 
 > > That is not what my concern is.  My question is: are there or are
 > > there likely to be any other Free Java compilers besides Jikes that
 > > are likey to have/get better support for the new features?
 > 
 > Maybee a stupid question, but why not using classfile format as the
 > communication protocol between the frontend and GCJ backend?

We can (and indeed do) do this.  However, the classfile format makes
it harder to generate good code.  In particular, we'd have to reverse
engineer type info for generics.

Andrew.


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