Displaying 2 results from an estimated 2 matches for "b6eba049".
2008 Aug 14
2
[LLVMdev] Static Profiling with LLVM
Is there currently a way to get static profiling information for a program
(e.g. an implementation of "Static Branch Frequency and Program Profile
Analysis" by Wu and Larus, or something more recent) using an LLVM pass?
Sean
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2008 Aug 14
0
[LLVMdev] Static Profiling with LLVM
On Wed, Aug 13, 2008 at 7:00 PM, Sean Soria <sean.soria at gmail.com> wrote:
> Is there currently a way to get static profiling information for a program
> (e.g. an implementation of "Static Branch Frequency and Program Profile
> Analysis" by Wu and Larus, or something more recent) using an LLVM pass?
the profiling code, which has bitrotted considerably, supports random