[kaffe] Re: Does JIT3 work on ARM?
Kiyo Inaba
inaba at src.ricoh.co.jp
Fri Jun 11 08:31:02 PDT 2004
I have no experience to work with ARM's jit, but have some experience
with other ports.
>There is no jit3-md.h in config/arm/linux. But jit3-icode.h and jit3-arm.def exist.
> Does JIT3 works on ARM?
In general if you find jit3-*.def but not find jit3-md.h, someone tries
to make JIT3 work for your CPU and OS, but not finished. So usually,
it may not work.
But you can try to copy (or make link) jit-md.h to jit3-md.h and
verify whether it works or not. Because jit-md.h usually does not
contain jit specific definitions.
Kiyo
More information about the kaffe
mailing list