search for: 13468d3f

Displaying 2 results from an estimated 2 matches for "13468d3f".

2004 Apr 07
0
[LLVMdev] Automating Diagnostic Instrumentation
On Wed, 7 Apr 2004, Reid Spencer wrote: > (2) Would it be useful to turn the call graph data ino a pretty picture > via graphviz (both statically and dynamically) ? Sure: analyze -print-callgraph foo.bc > (3) How much of this auto-instrumentation pass is already written in > existing passes? There are various instrumentation passes already in LLVM, for example, to trace
2004 Apr 07
5
[LLVMdev] Automating Diagnostic Instrumentation
Dear List, I have some questions about some passes for LLVM that I'm thinking about but first I need to give a little background ... One of the things I do in my "day job" (large IT system performance analysis) is to figure out where to place diagnostic instrumentation within an application. The instrumentation I'm talking about here is the kind that is inserted into