[all-commits] [llvm/llvm-project] 670915: [ORC] Modify LazyCallThroughManager to support asy...
lhames via All-commits
all-commits at lists.llvm.org
Wed Jul 8 21:14:25 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 670915094462d831e3733e5b01a76471b8cf6dd8
https://github.com/llvm/llvm-project/commit/670915094462d831e3733e5b01a76471b8cf6dd8
Author: Lang Hames <lhames at gmail.com>
Date: 2020-07-08 (Wed, 08 Jul 2020)
Changed paths:
M llvm/include/llvm/ExecutionEngine/Orc/IndirectionUtils.h
M llvm/include/llvm/ExecutionEngine/Orc/LazyReexports.h
M llvm/lib/ExecutionEngine/Orc/LazyReexports.cpp
Log Message:
-----------
[ORC] Modify LazyCallThroughManager to support asynchronous resolution.
Asynchronous resolution is a better fit for handling reentry over
IPC/RPC where we want to avoid blocking a communication handler/thread.
More information about the All-commits
mailing list