When linking static archive, there is no individual module files to
load. Instead they can be mmap'ed and could be initialized from a
buffer directly. The callback provide flexibility to override the
scheme for loading module from the summary.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
loading module from the summary.
Change LGTM, I just didn't understand the above note about loading the module from the summary? Do you just mean from memory (not the function summary)?
Comment Actions
When I wrote "when loading module from the summary" I meant "when loading module from the module identifier in the summary (which may not be a file despite the accessor being called modulePath())". Makes sense?