Hi,
as a small part of my PhD, I'm currently implementing a special
JIT-compiler
based (for a start) on JDK1.2 for x86 and Alpha (should really easily
portable to other CPUs). Now I'm having the problem that the
newobject()-call
from the JDK (and also ObjAlloc) doesn't initialize the object's
method/virtual function tables. But it seems that it does this in JDK1.1
(tried with the tya-JIT). 

Is this a bug, a feature, or have I missed something?

Since I want to concentrate on the JIT system itself (and BTW: I'm only
making a SW model of it, it should later run as real logic in an FPGA) I
would really like to avoid the assembling of the tables myself ;-)

PS: Some preliminary benchmarks showed that the JIT gives faster code
than libsunwjit.so on x86...
-- 
        Bye
         Georg Acher, [EMAIL PROTECTED]         
         http://www.in.tum.de/~acher/
          "Oh no, not again !" The bowl of petunias


----------------------------------------------------------------------
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to