[all-commits] [llvm/llvm-project] 9c456e: [ORC] Add SimpleRemoteMemoryMapper (new MemoryMapp...
Lang Hames via All-commits
all-commits at lists.llvm.org
Thu Oct 16 00:58:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9c456e5eb7edd38da44f08a2122c4372093be669
https://github.com/llvm/llvm-project/commit/9c456e5eb7edd38da44f08a2122c4372093be669
Author: Lang Hames <lhames at gmail.com>
Date: 2025-10-16 (Thu, 16 Oct 2025)
Changed paths:
A llvm/include/llvm/ExecutionEngine/Orc/SimpleRemoteMemoryMapper.h
M llvm/lib/ExecutionEngine/Orc/CMakeLists.txt
A llvm/lib/ExecutionEngine/Orc/SimpleRemoteMemoryMapper.cpp
M llvm/tools/llvm-jitlink/llvm-jitlink.cpp
Log Message:
-----------
[ORC] Add SimpleRemoteMemoryMapper (new MemoryMapper implementation). (#163707)
SimpleRemoteMemoryMapper is a MemoryMapper implementation that manages
remote memory via EPC-calls to reserve, initialize, deinitialize, and
release operations. It is compatible with the
SimpleExecutorMemoryManager backend, and its introduction allows
MapperJITLinkMemoryManager to use this backend.
It is also intended to be compatible with the
orc_rt::SimpleNativeMemoryMap backend.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list