Skip to content
Commit 79fbee3c authored by Anubhab Ghosh's avatar Anubhab Ghosh Committed by Stefan Gränitz
Browse files

Re-apply "[JITLink][Orc] Add MemoryMapper interface with InProcess implementation"

[JITLink][Orc] Add MemoryMapper interface with InProcess implementation

MemoryMapper class takes care of cross-process and in-process address space
reservation, mapping, transferring content and applying protections.

Implementations of this class can support different ways to do this such
as using shared memory, transferring memory contents over EPC or just
mapping memory in the same process (InProcessMemoryMapper).

The original patch landed with commit 6ede6520
It was reverted temporarily in commit 6a4056ab

Reviewed By: sgraenitz, lhames

Differential Revision: https://reviews.llvm.org/D127491
parent 235ba26d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment