Kaffe 1.0.6 on ARM

Marcus Smith marcus at ridgerun.com
Mon Dec 18 15:24:01 PST 2000


For those people wanting to utilize Kaffe 1.0.6 on ARM with JIT enabled.

In the file "jit.h", there is a macro called "FILL_IN_TRAMPOLINE(T, M, W).

Change "(T)->branch = 0xE59FF000" to 
"(T)->branch = 0xE59FF004".  This change allows JIT to work.  This
same change exists on the "kaffe_all" cvs trunk.

Marcus Smith
RidgeRun Inc.

On Fri, 15 Dec 2000 11:18:07 Marcus Smith wrote:
> 
> Hi,
> 
>   Has anyone looked at why kaffe 1.0.6 ported to ARM does not work in JIT
> mode?
> I get nice segmentation faults when I attempted this.  Seems to work OK
> in
> intrp mode.
> 
> Marcus Smith
> 


More information about the kaffe mailing list