]> git.unchartedbackwaters.co.uk Git - francis/libjit.git/commit
Redesign the exception handling mechanism to use "setjmp" rather
authorRhys Weatherley <rweather@southern-storm.com.au>
Fri, 21 May 2004 02:20:00 +0000 (02:20 +0000)
committerRhys Weatherley <rweather@southern-storm.com.au>
Fri, 21 May 2004 02:20:00 +0000 (02:20 +0000)
commitd1401a85874b3f25c792f291af2febd8f713969d
tree590233fc230413df3c76ff102ecd69564d21f51e
parent7e63033f643cdb25838ed6374c05fdb544dfe958
Redesign the exception handling mechanism to use "setjmp" rather
than C++ exceptions.
ChangeLog
include/jit/jit-except.h
jit/jit-except.cpp
jit/jit-function.c
jit/jit-insn.c
jit/jit-internal.h
jit/jit-interp.cpp
jit/jit-interp.h
jit/jit-setjmp.h [new file with mode: 0644]