public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc(refs/users/kubaneko/heads/histogram)] added param range
@ 2023-03-14 17:23 Ondrej Kubanek
  0 siblings, 0 replies; only message in thread
From: Ondrej Kubanek @ 2023-03-14 17:23 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:03453fc0062d949f1e7f99618c3be23a626b1088

commit 03453fc0062d949f1e7f99618c3be23a626b1088
Author: kubaneko <kubanek0ondrej@gmail.com>
Date:   Tue Mar 14 17:23:00 2023 +0000

    added param range

Diff:
---
 gcc/params.opt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gcc/params.opt b/gcc/params.opt
index ee21ee7d941..eb5b2df931a 100644
--- a/gcc/params.opt
+++ b/gcc/params.opt
@@ -875,12 +875,12 @@ Common Joined UInteger Var(param_prefetch_minimum_stride) Init(-1) Param Optimiz
 The minimum constant stride beyond which we should use prefetch hints for.
 
 -param=profile-histogram-size=
-Common Joined UInteger Var(param_profile_histogram_size) Init(69) Param Optimization
+Common Joined UInteger Var(param_profile_histogram_size) Init(69) IntegerRange(0, 255) Param Optimization
 Total size of the histogram counter for profile feedback.
 
 -param=profile-histogram-size-lin=
-Common Joined UInteger Var(param_profile_histogram_size_lin) Init(8) Param Optimization
-Size of the linear portion of the histogram counter for profile feedback.
+Common Joined UInteger Var(param_profile_histogram_size_lin) Init(8) IntegerRange(0, 255) Param Optimization
+Size of the linear portion of the histogram counter for profile feedback. Less then total size
 
 -param=profile-histogram-peel-prcnt=
 Common Joined UInteger Var(param_profile_histogram_peel_prcnt) Init(90) Param Optimization

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-03-14 17:23 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-03-14 17:23 [gcc(refs/users/kubaneko/heads/histogram)] added param range Ondrej Kubanek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).