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

Unified Diff: gcc/params.def

Issue 6195099: [google][4.7]Port function reordering via linker plugin from google/gcc-4_6 branch Base URL: svn+ssh://gcc.gnu.org/svn/gcc/branches/google/gcc-4_7/
Patch Set: Created 13 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gcc/opts.c ('k') | gcc/testsuite/g++.dg/tree-prof/callgraph-profiles.C » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gcc/params.def
===================================================================
--- gcc/params.def (revision 187620)
+++ gcc/params.def (working copy)
@@ -1058,12 +1058,12 @@ DEFPARAM (PARAM_MVERSN_CLONE_CGRAPH_DEPTH,
"while doing multiversioning",
2, 0, 5)
-/* Only output those call graph edges in .note.callgraph.text sections
+/* Only output those call graph edges in .gnu.callgraph.text sections
whose count is greater than this value. */
-DEFPARAM (PARAM_NOTE_CGRAPH_SECTION_EDGE_THRESHOLD,
- "note-cgraph-section-edge-threshold",
+DEFPARAM (PARAM_GNU_CGRAPH_SECTION_EDGE_THRESHOLD,
+ "gnu-cgraph-section-edge-threshold",
"minimum call graph edge count for inclusion in "
- ".note.callgraph.text section",
+ ".gnu.callgraph.text section",
0, 0, 0)
DEFPARAM (PARAM_PMU_PROFILE_N_ADDRESS,
« no previous file with comments | « gcc/opts.c ('k') | gcc/testsuite/g++.dg/tree-prof/callgraph-profiles.C » ('j') | no next file with comments »

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