Displaying 2 results from an estimated 2 matches for "d75838".
2020 Mar 16
4
ORC JIT Weekly #8: Basic OrcV2 C Bindings, MachO and COFF improvements.
...get involved. I would especially
appreciate feedback and patches from C API users: I don't have a use case
for the C APIs myself, so I'm just guessing as to what you need/want most
from these APIs.
Other notes from this week:
The JITEventListeners support patch in https://reviews.llvm.org/D75838 will
be (re)committed along with some example code as soon as I work out the
kinks in the object buffer ownership -- Hopefully Monday or Tuesday this
week.
LLJIT now enables exception handling for MachO by default (7266a8bfeb8).
RuntimeDyldCOFF will now build stubs for dllimports (337e131ca7de)....
2020 Mar 09
4
ORC JIT Weekly #7 -- JITEventListener support and Swift Immediate Mode Migration
Hi All,
Just a couple of updates this week:
First: there is a preview patch up at https://reviews.llvm.org/D75838 to
enable use of JITEventListeners in RTDyldObjectLinkingLayer. I've only done
very preliminary testing on it, but was able to debug simple JIT'd programs
on Linux using the GDB registration listener. If you've been wanting to
move to ORC but held up by lack of debugger / profiler regis...