mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-12 14:20:33 +00:00
543cda4110
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 |
||
---|---|---|
.. | ||
BuildingAJIT | ||
Chapter2 | ||
Chapter3 | ||
Chapter4 | ||
Chapter5 | ||
Chapter6 | ||
Chapter7 | ||
Chapter8 | ||
Chapter9 | ||
include | ||
MCJIT | ||
CMakeLists.txt |