[LLVMdev] What is on the LLVM horizon for truly relocatable JITted code?

Bruce Hoult bruce at hoult.org
Mon Feb 16 14:48:35 PST 2015


On Tue, Feb 17, 2015 at 8:47 AM, Christian Schafmeister <
chris.schaf at verizon.net> wrote:

> I’d like to move the code into the MPS managed memory and be able to apply
> copying garbage collection to it.  Is this possible?   Will it ever be
> possible?
>

Will you be able to find and patch return addresses on the stack?

Or, as the stack is only conservatively scanned, the presence of a possible
pointer into the code prevents it being moved?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20150217/b4243c6f/attachment.html>


More information about the llvm-dev mailing list