<div dir="ltr"><div>Hi Bjoern,</div><div>CC'ing Lang hames <br></div><div><br></div><div>For questions,</div><div>1. In short yes, you can replace the memory manager, default one provided is section memory manager. <br></div><div><br></div><div>2. If you mean by " address of already compiled code", yes you can do that. <br></div><div> Like this<br></div><div> JITDylib.define(absoluteSymbols, ( Your_own_symbol , JITTargetAddress(Address of function))), now ORC can resolve all the references to Your_own_symbol to the provided the Address. <br></div><div><br></div><div>3. Yes, all the class/function with legacy prefix will be removed in subsequent releases. <br></div><div><br></div><div>4. Could please provide some more context on this? Like it's usage model, what goal you are aiming for? <br></div><div><br></div></div>