search for: dynamicprofileinfo

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

2009 Jul 02
0
[LLVMdev] Profiling in LLVM Patch
...u have any name suggestions for this subclass? Not really. As with other interfaces, the actual implementation will be completely hidden, so the only public part of the name is the create...Pass call (and the options which end up being exposed to 'opt', etc). I would imagine something like DynamicProfileInfo, OptimalEdgeDynamicProfileInfo, and StaticProfileInfoEstimator for the main implementations. > One thing I would like to patch in the current ProfileInfo implementation is the consistent use of the (0,entry) edge which is necessary to profile functions with only one block (namely the entry bloc...
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. > [...]