aboutsummaryrefslogtreecommitdiff
path: root/gcc/params.opt
diff options
context:
space:
mode:
authorMartin Liska <mliska@suse.cz>2020-09-24 13:34:58 +0200
committerMartin Liska <mliska@suse.cz>2020-09-29 09:26:07 +0200
commit37ffe56c01e4a9e80a3b3c4f5beb86d80a0663db (patch)
treef9bb78637f38787cc173b2ca9260573dbb1989bc /gcc/params.opt
parent82693c4421d8a372e538ff1bd385f9ac4a34ce6f (diff)
downloadgcc-37ffe56c01e4a9e80a3b3c4f5beb86d80a0663db.zip
gcc-37ffe56c01e4a9e80a3b3c4f5beb86d80a0663db.tar.gz
gcc-37ffe56c01e4a9e80a3b3c4f5beb86d80a0663db.tar.bz2
Revert "switch lowering: limit number of cluster attemps"
This reverts commit c6df6039e9180c580945266302ec14047d358364.
Diffstat (limited to 'gcc/params.opt')
-rw-r--r--gcc/params.opt4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/params.opt b/gcc/params.opt
index 5bc7e16..a232161 100644
--- a/gcc/params.opt
+++ b/gcc/params.opt
@@ -82,10 +82,6 @@ The maximum length of a constant string for a builtin string cmp call eligible f
Common Joined UInteger Var(param_case_values_threshold) Param Optimization
The smallest number of different values for which it is best to use a jump-table instead of a tree of conditional branches, if 0, use the default for the machine.
--param=max-switch-clustering-attempts=
-Common Joined UInteger Var(param_max_switch_clustering_attempts) Param Optimization Init(10000)
-The maximum number of clustering attempts used in bit-test and jump-table switch expansion.
-
-param=comdat-sharing-probability=
Common Joined UInteger Var(param_comdat_sharing_probability) Init(20) Param Optimization
Probability that COMDAT function will be shared with different compilation unit.