* src/mm/cacao-gc/gc.h: Added SPARC64 to the architectures that support exactGC
authorajordan <none@none>
Fri, 22 Jun 2007 08:47:15 +0000 (08:47 +0000)
committerajordan <none@none>
Fri, 22 Jun 2007 08:47:15 +0000 (08:47 +0000)
commitd2e7b1fc6afb542a81aa3db33627e1f16bfbda1b
tree60141bfff3190ee8de3b1f704bf990fdbb47fe5b
parent4c1b053926daadb2331a5f1750ab09729fd91e3d
* src/mm/cacao-gc/gc.h: Added SPARC64 to the architectures that support exactGC

* src/vm/jit/sparc64/emit.c (emit_replacement_stubs): Added stub-like
implementation only non-trappable GC points will work.

* src/vm/jit/sparc64/codegen.c (codegen_emit): Added replacement points.
(codegen_emit_stub_builtin): Implemented.

* src/vm/jit/sparc64/patcher.c (patcher_wrapper): Temp debug print, to see when
extern sfi is created.

--HG--
branch : exact-gc
src/mm/cacao-gc/gc.h
src/vm/jit/arm/arch.h
src/vm/jit/arm/asmpart.S
src/vm/jit/m68k/linux/md-abi.h [new file with mode: 0644]
src/vm/jit/sparc64/codegen.c
src/vm/jit/sparc64/emit.c
src/vm/jit/sparc64/patcher.c