From 37ffe56c01e4a9e80a3b3c4f5beb86d80a0663db Mon Sep 17 00:00:00 2001 From: Martin Liska Date: Thu, 24 Sep 2020 13:34:58 +0200 Subject: Revert "switch lowering: limit number of cluster attemps" This reverts commit c6df6039e9180c580945266302ec14047d358364. --- gcc/params.opt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'gcc/params.opt') 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. -- cgit v1.1