hanchenye-llvm-project/llvm/examples
Lang Hames bd0cb787d0 [ORC] Update JITCompileCallbackManager to support multi-threaded code.
Previously JITCompileCallbackManager only supported single threaded code. This
patch embeds a VSO (see include/llvm/ExecutionEngine/Orc/Core.h) in the callback
manager. The VSO ensures that the compile callback is only executed once and that
the resulting address cached for use by subsequent re-entries.

llvm-svn: 333490
2018-05-30 01:57:45 +00:00
..
BrainF Update examples for API change. NFC. 2018-02-14 19:23:27 +00:00
ExceptionDemo Fix broken links to the Itanium CXX ABI 2017-09-12 00:19:11 +00:00
Fibonacci
HowToUseJIT
Kaleidoscope [ORC] Update JITCompileCallbackManager to support multi-threaded code. 2018-05-30 01:57:45 +00:00
ModuleMaker Update examples for API change. NFC. 2018-02-14 19:23:27 +00:00
OCaml-Kaleidoscope
ParallelJIT [CMake] Use PRIVATE in target_link_libraries for executables 2017-12-05 21:49:56 +00:00
CMakeLists.txt
LLVMBuild.txt