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

Side by Side Diff: gcc/params.def

Issue 7301068: [google] Port revisions for -mpatch-functions-for-instrumentation option back to google-main.
Patch Set: [google] Port revisions for -mpatch-functions-for-instrumentation option back to google-main. Created 11 years, 1 month ago
Left:
Right:
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 unified diff | Download patch
« no previous file with comments | « gcc/config/i386/i386-protos.h ('k') | gcc/testsuite/gcc.target/i386/patch-functions-1.c » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 /* params.def - Run-time parameters. 1 /* params.def - Run-time parameters.
2 Copyright (C) 2001-2013 Free Software Foundation, Inc. 2 Copyright (C) 2001-2013 Free Software Foundation, Inc.
3 Written by Mark Mitchell <mark@codesourcery.com>. 3 Written by Mark Mitchell <mark@codesourcery.com>.
4 4
5 This file is part of GCC. 5 This file is part of GCC.
6 6
7 GCC is free software; you can redistribute it and/or modify it under 7 GCC is free software; you can redistribute it and/or modify it under
8 the terms of the GNU General Public License as published by the Free 8 the terms of the GNU General Public License as published by the Free
9 Software Foundation; either version 3, or (at your option) any later 9 Software Foundation; either version 3, or (at your option) any later
10 version. 10 version.
(...skipping 1138 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 "Which -fsched-pressure algorithm to apply", 1149 "Which -fsched-pressure algorithm to apply",
1150 1, 1, 2) 1150 1, 1, 2)
1151 1151
1152 /* Maximum length of candidate scans in straight-line strength reduction. */ 1152 /* Maximum length of candidate scans in straight-line strength reduction. */
1153 DEFPARAM (PARAM_MAX_SLSR_CANDIDATE_SCAN, 1153 DEFPARAM (PARAM_MAX_SLSR_CANDIDATE_SCAN,
1154 "max-slsr-cand-scan", 1154 "max-slsr-cand-scan",
1155 "Maximum length of candidate scans for straight-line " 1155 "Maximum length of candidate scans for straight-line "
1156 "strength reduction", 1156 "strength reduction",
1157 50, 1, 999999) 1157 50, 1, 999999)
1158 1158
1159 /* Parameters to be used with -mpatch-functions-for-instrumentation.
1160 See config/i386/i386.opt */
1161 DEFPARAM (PARAM_FUNCTION_PATCH_MIN_INSTRUCTIONS,
1162 "function-patch-min-instructions",
1163 "Minimum number of instructions in the function without loop before "
1164 "the function is qualified for patching for instrumentation (for use "
1165 "with -mpatch-functions-for-instrumentation)",
1166 200, 0, 0)
1167
1159 /* 1168 /*
1160 Local variables: 1169 Local variables:
1161 mode:c 1170 mode:c
1162 End: 1171 End:
1163 */ 1172 */
OLDNEW
« no previous file with comments | « gcc/config/i386/i386-protos.h ('k') | gcc/testsuite/gcc.target/i386/patch-functions-1.c » ('j') | no next file with comments »

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