Kaffe 0.84/JIT on netbsd-m68k (long)
Ignatios Souvatzis
is@jocelyn.rhein.de
Tue, 3 Feb 1998 22:39:21 +0100 (MET)
Hauke wrote:
> [ cc'ed to port-m68k -- sorry for the noise, guys. ;) ]
>
>
> After some rather unhappy experiments with Kaffe 0.9.x on a NetBSD/mac68k
> machine I finally turned to 0.8.4.
[...]
>
> So I started to crank up the JIT. Ah well...
>
Ok. JIT compilation sound like creation of 68k code on-the-fly. Did you add
the correct cachectl() pseudo-syscalls, to synchronize the I-cache with the
D-cache? If no, look at
src/gnu/usr.bin/ld/arch/m68k/mdprologue.S
it should contain what you need.
Regards,
Ignatios Souvatzis