Improve efficiency of JIT by having it use direct function calls instead of
authorChris Lattner <sabre@nondot.org>
Thu, 8 May 2003 21:34:11 +0000 (21:34 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 8 May 2003 21:34:11 +0000 (21:34 +0000)
commitc309a7627ce8849b63f6f297ca319d582f4ae066
tree01fc11fdf36bc55d685ea4f10a71004397263626
parent66a8494e98a36e2639fa60ab31364290652fe396
Improve efficiency of JIT by having it use direct function calls instead of
signals to regain control from the executing code

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@6051 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/Callback.cpp
lib/ExecutionEngine/JIT/JIT.h
lib/ExecutionEngine/JIT/JITEmitter.cpp
lib/ExecutionEngine/JIT/VM.h