llvm/examples
Lang Hames 543cda4110 [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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@333490 91177308-0d34-0410-b5e6-96231b3b80d8
2018-05-30 01:57:45 +00:00
..
BrainF Update examples for API change. NFC. 2018-02-14 19:23:27 +00:00
ExceptionDemo
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
CMakeLists.txt
LLVMBuild.txt