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
Loading
Please sign in to comment