This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Q: Is it possible to create FORTRAN->Java compiler using GCC/EGCS
>>>>> "Per" == Per Bothner <per@bothner.com> writes:
>> It might be possible in theory.
>> There is at least one group out there with a jvm backend to gcc.
Per> I know about the PicoJava backend. My impression is that it generates
Per> code for an *extended* JVM, and thus the resulting code wouldn't
Per> run on a normal JVM.
Actually, I was referring to this:
http://archive.csee.uq.edu.au/~csmweb/uqbt.html#gcc-jvm
I don't know if this targets PicoJava or not. It was written by
different people than the PicoJava port from SAC.
Tom