search for: linkingmemmanag

Displaying 1 result from an estimated 1 matches for "linkingmemmanag".

2015 Jan 22
2
[LLVMdev] MCJIT and recursive finalization
...hat I guess I'm looking for: - outer resolveExternalSymbols() has a missing symbol, - we compile and emit into a new "memory section" - we finalize only that section - we run static init of that secion - we pass that now resolved symbol address to the outer MCJIT. I tried to have the LinkingMemManager's ClientMM stack memory managers upon recursion, so each of them can operate on their own memory regions. But that seems to mess up the section counts / symbol offset tables :-( What would you recommend me to do? Cheers, Axel.