Displaying 2 results from an estimated 2 matches for "f73eeba5".
2011 Jun 27
0
[LLVMdev] Can LLVM jitter emit the native code in continuous memory addresses ?
It is possible to subclass JITMemoryManager and pass in a custom memory
manager, but I don't believe you'll be able to convince the JIT to emit PIC
code without hacking on LLVM a bit.
Reid
On Sun, Jun 26, 2011 at 4:21 AM, Mohammed Ag <admirer4 at gmail.com> wrote:
> **
>
> I have question relating to LLVM Jitter: Can i obligue the LLVM Jitter to
> emit the native
2011 Jun 26
2
[LLVMdev] Can LLVM jitter emit the native code in continuous memory addresses ?
**
I have question relating to LLVM Jitter: Can i obligue the LLVM Jitter to
emit the native code in continuous memory addresses ? and to be PIC ? what i
want to do is to move the JIT code to another process in order to execute
it, my approach is to save the JIT code in buffer i will save it to file and
pass it to the execution process.
what i mean by "load" is to simply read the bits