<html><head><meta http-equiv="Content-Type" content="text/html charset=iso-8859-1"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;"><div>Hi everyone!</div><div><br></div><div>New patch, which addresses a bunch of review comments.</div><div><br></div><div>- RTDyldMemoryManager now has default implementations of registerEHFrames and getPointerToNamedFunction. These are moved from SectionMemoryManager.</div><div>- A C API client now initializes a memory manager by calling LLVMCreateSimpleCustomMCJITMemoryManager() and passing all callbacks in one go. In the future, we could create alternatives to this constructor, that take functions with different signatures.</div><div>- The C API no longer has the option of supplying implementations of registerEHFrames and getPointerToNamedFunction.</div><div><br></div><div>I've split this into two patches, the first moves things from SectionMemoryManager into RTDyldMemoryManager; the second actually exposes things in the C API.</div><div><br></div><div>-Filip</div><div><br></div><div></div></body></html>