Re: VMs that use (or plan to use) Classpath?

2000-06-25 Thread John Leuner
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

Re: VMs that use (or plan to use) Classpath?

2000-06-25 Thread Artur Biesiadowski
John Leuner wrote: 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. They all have jits, but still use interpreter sometimes. Without

Re: javah for Classpath

2000-06-25 Thread Brian Jones
Petter Reinholdtsen [EMAIL PROTECTED] writes: [Brian Jones] That's pretty wild... that Java2 javah would break the build. Haven't tried it though. Could you send the errors from make when using javah from 1.2.2? I ran into similar problems. I'm using JDK 1.2, and had to increase the

Re: classpath from CVS

2000-06-25 Thread Brian Jones
Brian Jones [EMAIL PROTECTED] writes: Don't know if I sent my last email to the list or just to Ian. Anyway vpath %.java $(top_srcdir) does the trick with a small modification to the rule. %.class: %.java $(JAVAC) $ I'm still playing with this so I've not checked in anything.