search for: notifyfinalizedftor

Displaying 2 results from an estimated 2 matches for "notifyfinalizedftor".

2017 Mar 08
2
ORC C Interface & JITEventListeners
...ly that the C bindings aren't going to be useful enough? I'm willing to work on that, but only if there's actual interest in integrating things... I'm also a bit confused about RTDyldObjectLinkingLayer's notify integration. NotifyLoadedFtor is a class template parameter, but NotifyFinalizedFtor is just a std::function defaulting to empty? Is that just for historical raisins, or is there a deeper reason? To be able to use existing JITEventListeners - it'd surely be a shame to have to rewrite them anew - in custom stacks it also appears that there's no easy way to call JITEventLi...
2017 Aug 24
1
Invalid Signature of orc::RTDyldObjectLinkingLayer::NotifyLoadedFtor
...n<void(ObjHandleT, const ObjectPtr &Obj, -                                              const LoadedObjectInfo &)>; +                                              const RuntimeDyld::LoadedObjectInfo &)>;      /// @brief Functor for receiving finalization notifications.    using NotifyFinalizedFtor = std::function<void(ObjHandleT)>; diff --git a/tools/lli/OrcLazyJIT.h b/tools/lli/OrcLazyJIT.h index 47a2acc4d7e..41a7c99413b 100644 Opinions? Cheers, Stefan -- https://weliveindetail.github.io/blog/ https://cryptup.org/pub/stefan.graenitz at gmail.com