* src/vm/jit/x86_64/codegen.c (codegen_emit): Builtin stubs are called
authormichi <none@none>
Mon, 23 Apr 2007 19:57:45 +0000 (19:57 +0000)
committermichi <none@none>
Mon, 23 Apr 2007 19:57:45 +0000 (19:57 +0000)
commitf5bfc671c0ec8034eb2ee255c6c28690fc86c281
tree75209a9d9d5903885cc4e9efdba8a55ffbcadf44
parentc7effeea935be56adaa3d2a7e3f7c8f30b7180eb
* src/vm/jit/x86_64/codegen.c (codegen_emit): Builtin stubs are called
for ICMD_BUILTIN if available.

* src/vm/jit/i386/codegen.c (codegen_emit): Likewise.
(codegen_emit_stub_builtin): Adapted to new signature and a bugfix.

--HG--
branch : exact-gc
16 files changed:
configure.ac
contrib/vmlog/Makefile [new file with mode: 0644]
contrib/vmlog/README [new file with mode: 0644]
contrib/vmlog/vmlog_cacao.patch [new file with mode: 0644]
src/toolbox/list.c
src/toolbox/list.h
src/vm/Makefile.am
src/vm/exceptions.c
src/vm/jit/i386/codegen.c
src/vm/jit/intrp/asmpart.c
src/vm/jit/m68k/linux/md-abi.c [new file with mode: 0644]
src/vm/jit/m68k/linux/md-os.c [new file with mode: 0644]
src/vm/jit/m68k/linux/md-os.h [new file with mode: 0644]
src/vm/jit/powerpc/darwin/md-os.c
src/vm/jit/stacktrace.c
src/vm/jit/x86_64/codegen.c