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

Issue 5851044: [google][4.6] Bug fixes to function reordering linker plugin to handle local and comdat functions.

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

Patch Set 1 #

Total comments: 8

Patch Set 2 : [google][4.6] Bug fixes to function reordering linker plugin to handle local and comdat functions. #

Patch Set 3 : [google][4.6] Bug fixes to function reordering linker plugin to handle local and comdat functions. #

Patch Set 4 : [google][4.6] Bug fixes to function reordering linker plugin to handle local and comdat functions. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+311 lines, -110 lines) Patch
M function_reordering_plugin/callgraph.h View 1 2 10 chunks +42 lines, -26 lines 0 comments Download
M function_reordering_plugin/callgraph.c View 1 2 9 chunks +215 lines, -66 lines 0 comments Download
M function_reordering_plugin/function_reordering_plugin.c View 1 2 6 chunks +10 lines, -11 lines 0 comments Download
M gcc/cgraphbuild.c View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M gcc/common.opt View 1 2 1 chunk +4 lines, -0 lines 0 comments Download
M gcc/final.c View 1 2 1 chunk +4 lines, -3 lines 0 comments Download
M gcc/testsuite/g++.dg/tree-prof/callgraph-profiles.C View 1 2 2 chunks +11 lines, -1 line 0 comments Download
M gcc/testsuite/lib/target-supports.exp View 1 2 1 chunk +12 lines, -0 lines 0 comments Download
M gcc/testsuite/lib/target-supports-dg.exp View 1 2 1 chunk +9 lines, -0 lines 0 comments Download

Messages

Total messages: 7
Sriraman
This patch fixes bugs in section_ordering linker plugin to correctly handle functions that are file ...
12 years, 1 month ago (2012-03-20 17:59:58 UTC) #1
davidxl
It would be nice to add some unit/regression test cases of some sort. David http://codereview.appspot.com/5851044/diff/1/callgraph.c ...
12 years, 1 month ago (2012-03-20 19:25:38 UTC) #2
eraman
http://codereview.appspot.com/5851044/diff/1/callgraph.c File callgraph.c (right): http://codereview.appspot.com/5851044/diff/1/callgraph.c#newcode513 callgraph.c:513: const int section_priority[] = {0, 3, 4, 2, 1}; ...
12 years, 1 month ago (2012-03-20 19:26:26 UTC) #3
Sriraman
Uploaded new patch. On 2012/03/20 19:25:38, davidxl wrote: > It would be nice to add ...
12 years, 1 month ago (2012-03-21 04:17:51 UTC) #4
Sriraman
On 2012/03/20 19:26:26, eraman wrote: > http://codereview.appspot.com/5851044/diff/1/callgraph.c > File callgraph.c (right): > > http://codereview.appspot.com/5851044/diff/1/callgraph.c#newcode513 > ...
12 years, 1 month ago (2012-03-21 04:19:24 UTC) #5
davidxl
ok for google branches after checkin validation. David
12 years, 1 month ago (2012-03-21 05:07:33 UTC) #6
Sriraman
12 years, 1 month ago (2012-03-22 01:16:07 UTC) #7
Committed to google/gcc-4_6 after validation.

On 2012/03/21 05:07:33, davidxl wrote:
> ok for google branches after checkin validation.
> 
> David
Sign in to reply to this message.

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