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



Tom Tromey <tromey@redhat.com> writes:
> Adam> Hrm, how would you do goto's?

> The JVM has a goto instruction.

Wow, what's it used for? The language doesn't have a goto...

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

Store everything in byte[]'s and represent pointers as offsets into
the array?

  - a


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