Re: Developing Harmony

2005-05-17 Thread Stephan Michels
be using them to develop our JVM. I have another point. The VM should be instrumentable, by JMX for example. This could easly done if the VM uses Java. I would prefer if the Harmony project uses JikesVM as base, create a native app with GCJ. This way we could use C++ parts over CNI. Stephan Michels.

Re: class file reader

2005-05-13 Thread Stephan Michels
On 5/13/05, Davanum Srinivas <[EMAIL PROTECTED]> wrote: > http://jakarta.apache.org/bcel/ > http://cglib.sourceforge.net/ > http://forge.objectweb.org/projects/asm > http://serp.sourceforge.net/ I don't know the others, but BCEL also include a bytecode verifier, which is not an easy task. Steph

Re: Java

2005-05-12 Thread Stephan Michels
l idea! That a java implementation could be faster than a C/C++ implementation shows the eclipse java compiler for example. Stephan Michels.