This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the GCJ project. See the GCJ home page for more information.


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

Re: First public libgcj release


>>>>> "Matthew" == Matthew Kirkwood <weejock@ferret.lmh.ox.ac.uk> writes:

Matthew> One slightly odd question - is the .class generator a backend
Matthew> in the usual sense or does it work differently?

It works differently.

Matthew> I'd find it quite nice to be able to compile programs in
Matthew> other languages into Java bytecode.  Bits of Pascal, for
Matthew> example, might map onto Java quite nicely..

Pascal, maybe.  But in general mapping gcc's internals onto Java
bytecodes is non-trivial, especially if you care about performance at
all.

Tom