]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
constrained the parameters
authorkubaneko <kubanek0ondrej@gmail.com>
Tue, 2 May 2023 20:03:19 +0000 (20:03 +0000)
committerkubaneko <kubanek0ondrej@gmail.com>
Tue, 2 May 2023 20:03:19 +0000 (20:03 +0000)
gcc/params.opt

index 3aa952c20c02b842300b25a051367056097efe72..72f6a474b4eb02c2e7efb343f730134bd581ef1a 100644 (file)
@@ -879,11 +879,11 @@ Common Joined UInteger Var(param_profile_histogram_size_exp) Init(1) IntegerRang
 Size of additional counters in exponential intervals after the linear section.
 
 -param=profile-histogram-size-mod=
-Common Joined UInteger Var(param_profile_histogram_size_mod) Init(32) IntegerRange(0, 255) Param Optimization
+Common Joined UInteger Var(param_profile_histogram_size_mod) Init(32) IntegerRange(1, 255) Param Optimization
 Counts the modulo of loop iterations by its size.
 
 -param=profile-histogram-size-lin=
-Common Joined UInteger Var(param_profile_histogram_size_lin) Init(16) IntegerRange(0, 255) Param Optimization
+Common Joined UInteger Var(param_profile_histogram_size_lin) Init(16) IntegerRange(1, 255) Param Optimization
 Size of the linear portion of the histogram counter for profile feedback.
 
 -param=profile-histogram-peel-prcnt=