forked from OSchip/llvm-project
a4a227f7e8
Bypassing LLVM for this has a number of benefits: 1) Laziness support becomes asm-syntax agnostic (previously lazy jitting didn't work on Windows as the resolver block was in Darwin asm). 2) For cross-process JITs, it allows resolver blocks and trampolines to be emitted directly in the target process, reducing cross process traffic. 3) It should be marginally faster. llvm-svn: 251933 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
ExecutionUtils.cpp | ||
IndirectionUtils.cpp | ||
LLVMBuild.txt | ||
Makefile | ||
NullResolver.cpp | ||
OrcCBindings.cpp | ||
OrcCBindingsStack.cpp | ||
OrcCBindingsStack.h | ||
OrcMCJITReplacement.cpp | ||
OrcMCJITReplacement.h | ||
OrcTargetSupport.cpp |