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 wrote: > ok for google/main. Thanks, the patch is now committed. > > David > > On Wed, Jun 8, 2011 at 9:13 AM, Sriraman Tallam wrote: >> +davidxl >> >> On Tue, Jun 7, 2011 at 7:05 PM, Sriraman Tallam wrote: >>> Patch Description: >>> ==

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

2011-06-08 Thread Xinliang David Li
ok for google/main. David On Wed, Jun 8, 2011 at 9:13 AM, Sriraman Tallam wrote: > +davidxl > > On Tue, Jun 7, 2011 at 7:05 PM, Sriraman Tallam wrote: >> Patch Description: >> = >> >> I am working on a project to do global function layout in the linker where >> the linker reads

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 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 find a ordering

[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 closer