Re: [google] Patch to add compiler flag to dump callgraph edge profiles in special .note sections (issue4591045)

2011-06-08 Thread Sriraman Tallam
+davidxl On Tue, Jun 7, 2011 at 7:05 PM, Sriraman Tallam tmsri...@google.com wrote: Patch Description: = I am working on a project to do global function layout in the linker where the linker reads the callgraph edge profile information, generated by FDO, and uses that to

Re: [google] Patch to add compiler flag to dump callgraph edge profiles in special .note sections (issue4591045)

2011-06-08 Thread Sriraman Tallam
On Wed, Jun 8, 2011 at 9:16 AM, Xinliang David Li davi...@google.com wrote: ok for google/main. Thanks, the patch is now committed. David On Wed, Jun 8, 2011 at 9:13 AM, Sriraman Tallam tmsri...@google.com wrote: +davidxl On Tue, Jun 7, 2011 at 7:05 PM, Sriraman Tallam

[google] Patch to add compiler flag to dump callgraph edge profiles in special .note sections (issue4591045)

2011-06-07 Thread Sriraman Tallam
Patch Description: = I am working on a project to do global function layout in the linker where the linker reads the callgraph edge profile information, generated by FDO, and uses that to find a ordering of functions that will place functions calling each other frequently