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: JVM -b backend


>>>>> "Adam" == Adam Megacz <gcj@lists.megacz.com> writes:

Mike> gcc -b jvm hello.c -o hello.class

Tom> As far as I know nobody is working on this.  While possible, it
Tom> isn't trivial.  It would require runtime support as well.

Adam> Hrm, how would you do goto's?

The JVM has a goto instruction.

The real problem is dealing with the different data models, namely
pointers.  Even this is solvable though.

Tom


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