> >I'm working on an experimental run-time optimiser that translates Java > >bytecodes to i386 assembly and then to machine code, so far this is very > >much in development though. > > But you don't support a available JIT like Tya, right? No I haven't implemented the JIT interface, it looks like a lot of work. I don't know whether I should spend the effort doing it when all the new JVMs seem to support an interpreter with optimiser approach. John Leuner
- VMs that use (or plan to use) Classpath? John Keiser
- Re: VMs that use (or plan to use) Classpath? Todd L. Miller
- Re: VMs that use (or plan to use) Classpath? Etienne M. Gagnon
- Re: VMs that use (or plan to use) Classpath? John Leuner
- Re: VMs that use (or plan to use) Classpath? Andreas Rueckert
- Re: VMs that use (or plan to use) Classpath? John Leuner
- Re: VMs that use (or plan to use) Classpath? Artur Biesiadowski
- Offtopic: VMs and JITs John Leuner
- Re: VMs that use (or plan to use) Classpath? reali

