search for: 87161541

Displaying 3 results from an estimated 3 matches for "87161541".

Did you mean: 7161521
2009 Jul 14
0
[LLVMdev] Profiling in LLVM Patch Followup 1
...--------------------=== Function execution frequencies: ## Frequency NOTE: 32 functions were never executed! -- whereas before I would get something like: -- ===-------------------------------------------------------------------------=== Function execution frequencies: ## Frequency 1. 87161541/406099952 selle 2. 86016884/406099952 print_pgm 3. 80066663/406099952 check 4. 44786540/406099952 fix_operands 5. 17224823/406099952 divide 6. 13735854/406099952 increment ... -- The basic block counts also differ, sometimes very significantly, but I'm not sure if this is to be expec...
2009 Jul 02
1
[LLVMdev] Profiling in LLVM Patch Followup 1
Hi, this is the first in a series of patches to cleanup and improve the LLVM Profiling Infrastructure. First and foremost this patch removes duplicate functionality from ProfileInfoLoader and ProfileInfo: The ProfileInfoLoader performed not only the loading of the profile information but also some synthesis of block and function execution counts from edge profiling information. Since the
2009 Jul 01
12
[LLVMdev] Profiling in LLVM Patch
Hi Daniel, Daniel Dunbar wrote: > Hi Andreas, > > First, thanks again for undertaking this work and submitting it back. There is a > lot of good stuff here and it would be great to see it get back into the tree. Thanks for taking the time to review this, I know its a huge patch. I still have a few questions on how you would like this patch to be re-factored and split up. > [...]