search for: 49203279

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

2009 Jun 24
0
[LLVMdev] JITEventListener for eventual profiling and maybe gdb support
...gt; > Let me know what you think. > Jeffrey > -------------- next part -------------- A non-text attachment was scrubbed... Name: event-listener.patch Type: application/octet-stream Size: 34354 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090624/49203279/attachment.obj>
2009 Jun 24
2
[LLVMdev] JITEventListener for eventual profiling and maybe gdb support
I intend to use this to support oprofile's ability to symbolize JITted code through the interface described at http://oprofile.sourceforge.net/doc/devel/jit-interface.html. I believe the interface will also be useful for gdb support. I'm considering adding some flags to the JITEventListener to let the JIT avoid collecting information no listener is going to use, but I won't do that