Displaying 3 results from an estimated 3 matches for "7erimsa".
2010 Nov 02
0
[LLVMdev] Static Profiling Algorithms in LLVM
...2009. I wrote it for the 2.4 branch, but the
> implementation never made into the tree. I have recently ported it to
> LLVM 2.8, but I haven't tested it. You can take a look at the code
> from: http://homepages.dcc.ufmg.br/~rimsa/tools/stprof-llvm.patch<http://homepages.dcc.ufmg.br/%7Erimsa/tools/stprof-llvm.patch>
>
> The implementation is based on Wu's [1994] paper and provides a
> branch predictor that calculates probabilities. The implementation
> also covers an intraprocedural and interprocedural frequency
> calculator for edges and functions.
>
> Re...
2010 Nov 02
2
[LLVMdev] Static Profiling Algorithms in LLVM
Hello Kapil,
I have implemented a static profiler for LLVM as a google summer of
code project in 2009. I wrote it for the 2.4 branch, but the
implementation never made into the tree. I have recently ported it to
LLVM 2.8, but I haven't tested it. You can take a look at the code
from: http://homepages.dcc.ufmg.br/~rimsa/tools/stprof-llvm.patch
The implementation is based on Wu's
2010 Nov 02
2
[LLVMdev] Static Profiling Algorithms in LLVM
...e it for the 2.4 branch, but the
>> implementation never made into the tree. I have recently ported it to
>> LLVM 2.8, but I haven't tested it. You can take a look at the code
>> from: http://homepages.dcc.ufmg.br/~rimsa/tools/stprof-llvm.patch<http://homepages.dcc.ufmg.br/%7Erimsa/tools/stprof-llvm.patch>
>>
>> The implementation is based on Wu's [1994] paper and provides a
>> branch predictor that calculates probabilities. The implementation
>> also covers an intraprocedural and interprocedural frequency
>> calculator for edges and func...