[kaffe] [PATCH] JIT on arm

Kiyo Inaba inaba at src.ricoh.co.jp
Sun May 6 05:03:21 PDT 2007


Kiyo Inaba wrote:
>>just now. I will invoke another configure run (on this emulated machine
>>it may take one hour) with '--with-libffi' options.
>
>Even with '--with-libffi' option, arm/jit with gcc-4.1 does not work.
>It got same error message with sysdepCallMethod version.

While playing with jit3 (for arm), I surfed the net to find some info
of QEMU for Xscale (official 0.9.0 does not have it, but patch is
available), and found interesting story for ABI.

According to
  http://wiki.debian.org/ArmEabiPort
gcc for arm now can support two different ABI, and I have no idea
which becomes default for gcc-4.1. This is another thing what I have
to check.

Of course, Steven or Sascha mentioned something for EABI, but when
I first read them, I just think this is only for the floating point.

After the build for jit3, I will invoke another build with explicitly
specify '-mabi=apcs-gnu -mfpu=fpa' and check the result. As several of
you may know, QEMU emulated arm is not first enough for me to do two
build job at one time ;-)

Kiyo
P.S. BTW, I still use 'jikes' on this machine because it slighly
     shortens my build time ;-)




More information about the kaffe mailing list