diff options
author | Anubhab Ghosh <anubhabghosh.me@gmail.com> | 2022-07-12 16:15:19 -0700 |
---|---|---|
committer | Lang Hames <lhames@gmail.com> | 2022-07-13 15:24:28 -0700 |
commit | 5acd471698849d9e322a29e6ca08791e8d447b7b (patch) | |
tree | bb3546d34771271ec4dd5ed9327f12814586976e /clang/lib/ExtractAPI/Serialization | |
parent | 6e6c1efe04d45b717091e06eec94f0eef64839b1 (diff) | |
download | llvm-5acd471698849d9e322a29e6ca08791e8d447b7b.zip llvm-5acd471698849d9e322a29e6ca08791e8d447b7b.tar.gz llvm-5acd471698849d9e322a29e6ca08791e8d447b7b.tar.bz2 |
[ORC] Add a shared-memory based orc::MemoryMapper.
This is an implementation of orc::MemoryMapper that maps shared memory
pages in both executor and controller process and writes directly to
them avoiding transferring content over EPC. All allocations are properly
deinitialized automatically on the executor side at shutdown by the
ExecutorSharedMemoryMapperService.
Reviewed By: lhames
Differential Revision: https://reviews.llvm.org/D128544
Diffstat (limited to 'clang/lib/ExtractAPI/Serialization')
0 files changed, 0 insertions, 0 deletions