[PATCH] D132315: [Orc] Use MapperJITLinkMemoryManager with InProcessMapper in llvm-jitlink tool
Anubhab Ghosh via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 22 04:35:16 PDT 2022
argentite created this revision.
Herald added a project: All.
argentite added reviewers: lhames, sgraenitz.
argentite published this revision for review.
Herald added subscribers: llvm-commits, StephenFan.
Herald added a project: LLVM.
MapperJITLinkMemoryManager has slab allocation. Combined with
InProcessMapper, it can replace InProcessMemoryManager.
It can also replace JITLinkSlabAllocator through the InProcessDeltaMapper
that adds an offset to the executor addresses for use in tests.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D132315
Files:
llvm/include/llvm/ExecutionEngine/Orc/MemoryMapper.h
llvm/tools/llvm-jitlink/llvm-jitlink.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D132315.454255.patch
Type: text/x-patch
Size: 4983 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220822/1f091416/attachment.bin>
More information about the llvm-commits
mailing list