Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(245)

Issue 5825054: [google][4.6]Make option -freorder-functions= invoke function reordering linker plugin

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 1 month ago by Sriraman
Modified:
12 years, 1 month ago
Reviewers:
davidxl
CC:
gcc-patches_gcc.gnu.org
Base URL:
svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_6/
Visibility:
Public.

Patch Set 1 #

Patch Set 2 : [google][4.6]Make option -freorder-functions= invoke function reordering linker plugin #

Unified diffs Side-by-side diffs Delta from patch set Stats (+184 lines, -49 lines) Patch
M function_reordering_plugin/callgraph.c View 1 3 chunks +4 lines, -6 lines 0 comments Download
M function_reordering_plugin/function_reordering_plugin.c View 1 7 chunks +77 lines, -28 lines 0 comments Download
M gcc/cgraphbuild.c View 1 chunk +2 lines, -2 lines 0 comments Download
M gcc/common.opt View 1 2 chunks +11 lines, -5 lines 0 comments Download
M gcc/config.host View 1 chunk +1 line, -0 lines 0 comments Download
M gcc/config.in View 1 chunk +6 lines, -1 line 0 comments Download
M gcc/configure View 4 chunks +9 lines, -3 lines 0 comments Download
M gcc/configure.ac View 1 chunk +4 lines, -0 lines 0 comments Download
M gcc/final.c View 1 chunk +2 lines, -2 lines 0 comments Download
M gcc/gcc.c View 1 6 chunks +62 lines, -0 lines 0 comments Download
M gcc/opts.c View 1 1 chunk +4 lines, -0 lines 0 comments Download
M gcc/testsuite/g++.dg/tree-prof/callgraph-profiles.C View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 7
Sriraman
This patch overloads GCC option -freorder-functions with -freoder-functions=* which will invoke the linker plugin libfunction_reordering_plugin.so. ...
12 years, 1 month ago (2012-03-14 20:56:32 UTC) #1
Sriraman
On Wed, Mar 14, 2012 at 1:56 PM, Sriraman Tallam <tmsriram@google.com> wrote: > This patch ...
12 years, 1 month ago (2012-03-14 20:57:39 UTC) #2
davidxl
thanks. This greatly improves the usability of the plugin based function reordering feature and is ...
12 years, 1 month ago (2012-03-14 22:01:26 UTC) #3
Sriraman
Made the following changes: * -ffunction-sections turned on with -freorder-functions= * Change name from cgedge ...
12 years, 1 month ago (2012-03-15 01:56:10 UTC) #4
Sriraman
On Wed, Mar 14, 2012 at 6:56 PM, Sriraman Tallam <tmsriram@google.com> wrote: > Made the ...
12 years, 1 month ago (2012-03-15 01:58:12 UTC) #5
davidxl
Ok for google branches after updating the doc/invoke.texi file. David
12 years, 1 month ago (2012-03-18 06:58:14 UTC) #6
Sriraman
12 years, 1 month ago (2012-03-19 03:09:20 UTC) #7
Updated doc/invoke.texi and submitted.

Thanks,
-Sri.

On Sat, Mar 17, 2012 at 11:58 PM,  <davidxl@google.com> wrote:
>
> Ok for google branches after updating the doc/invoke.texi file.
>
> David
>
>
> http://codereview.appspot.com/5825054/
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b