Displaying 1 result from an estimated 1 matches for "orccbindingsstack".
2017 Mar 08
2
ORC C Interface & JITEventListeners
...ut otherwise use the C API (that's what
I currently do for perf support in MCJIT), but it doesn't look like
that's an option with the ORC C bindings (RTDyldObjectLinkingLayer's
integration is a class template parameter defaulting to
DoNothingOnNotifyLoaded), and it's not used by OrcCBindingsStack.
In addition, it doesn't currently look there's C API to force the mcjit
replacement being used?
Is there interest in addressing these issues, or is the position more
generally that the C bindings aren't going to be useful enough? I'm
willing to work on that, but only if there...