Displaying 1 result from an estimated 1 matches for "cff4280a".
2018 Nov 02
4
JIT-Client for Shared Memory
Hello everyone,
I want to use the LLVM to write a JIT client, that works with shared memory. Currently I proceed as following:
I wrote an own class that inherits "RTDyldMemoryManager". The functions "allocateCodeSection" and "allocateDataSection" are allocating local non-shared memory. I store there addresses in a std::vector.
When the function