Re: [google][gcc-4_8][patch]Handle Split functions in the Function Reordering Plugin

2014-02-11 Thread Teresa Johnson
On Tue, Feb 11, 2014 at 4:51 PM, Sriraman Tallam wrote: > On Tue, Feb 11, 2014 at 4:39 PM, Teresa Johnson wrote: >> On Tue, Feb 11, 2014 at 4:32 PM, Sriraman Tallam wrote: >>> On Tue, Feb 11, 2014 at 3:29 PM, Teresa Johnson >>> wrote: On Feb 11, 2014 2:37 PM, "Sriraman Tallam" wrote

Re: [google][gcc-4_8][patch]Handle Split functions in the Function Reordering Plugin

2014-02-11 Thread Sriraman Tallam
On Tue, Feb 11, 2014 at 4:39 PM, Teresa Johnson wrote: > On Tue, Feb 11, 2014 at 4:32 PM, Sriraman Tallam wrote: >> On Tue, Feb 11, 2014 at 3:29 PM, Teresa Johnson wrote: >>> >>> On Feb 11, 2014 2:37 PM, "Sriraman Tallam" wrote: On Tue, Feb 11, 2014 at 1:32 PM, Teresa Johnson wr

Re: [google][gcc-4_8][patch]Handle Split functions in the Function Reordering Plugin

2014-02-11 Thread Teresa Johnson
On Tue, Feb 11, 2014 at 4:32 PM, Sriraman Tallam wrote: > On Tue, Feb 11, 2014 at 3:29 PM, Teresa Johnson wrote: >> >> On Feb 11, 2014 2:37 PM, "Sriraman Tallam" wrote: >>> >>> On Tue, Feb 11, 2014 at 1:32 PM, Teresa Johnson >>> wrote: >>> > On Mon, Feb 10, 2014 at 7:15 PM, Sriraman Tallam >>>

Re: [google][gcc-4_8][patch]Handle Split functions in the Function Reordering Plugin

2014-02-11 Thread Sriraman Tallam
On Tue, Feb 11, 2014 at 3:29 PM, Teresa Johnson wrote: > > On Feb 11, 2014 2:37 PM, "Sriraman Tallam" wrote: >> >> On Tue, Feb 11, 2014 at 1:32 PM, Teresa Johnson >> wrote: >> > On Mon, Feb 10, 2014 at 7:15 PM, Sriraman Tallam >> > wrote: >> >> Hi Teresa, >> >> >> >>I have attached a patch

Re: [google][gcc-4_8][patch]Handle Split functions in the Function Reordering Plugin

2014-02-11 Thread Sriraman Tallam
On Tue, Feb 11, 2014 at 1:32 PM, Teresa Johnson wrote: > On Mon, Feb 10, 2014 at 7:15 PM, Sriraman Tallam wrote: >> Hi Teresa, >> >>I have attached a patch to recognize and reorder split functions in >> the function reordering plugin. Please review. >> >> Thanks >> Sri > >> Index: function_re

Re: [google][gcc-4_8][patch]Handle Split functions in the Function Reordering Plugin

2014-02-11 Thread Teresa Johnson
On Mon, Feb 10, 2014 at 7:15 PM, Sriraman Tallam wrote: > Hi Teresa, > >I have attached a patch to recognize and reorder split functions in > the function reordering plugin. Please review. > > Thanks > Sri > Index: function_reordering_plugin/callgraph.c > =

[google][gcc-4_8][patch]Handle Split functions in the Function Reordering Plugin

2014-02-10 Thread Sriraman Tallam
Hi Teresa, I have attached a patch to recognize and reorder split functions in the function reordering plugin. Please review. Thanks Sri This enhances the linker plugin to reorder functions that are split when using -freorder-blocks-and-partition. Index: function_reordering_plugin/callgraph.h