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

https://gcc.gnu.org/g:252ba6ce077c530663f610f3666018ae23466db9

commit 252ba6ce077c530663f610f3666018ae23466db9
Author: kubaneko <kubanek0ondrej@gmail.com>
Date:   Thu Apr 20 14:48:35 2023 +0000

    aggresive histogram

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

diff --git a/gcc/params.opt b/gcc/params.opt
index a8f917e00b4..1b035bdb3e1 100644
--- a/gcc/params.opt
+++ b/gcc/params.opt
@@ -875,15 +875,15 @@ 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(15) IntegerRange(0, 255) Param Optimization
+Common Joined UInteger Var(param_profile_histogram_size) Init(18) 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) IntegerRange(0, 255) Param Optimization
+Common Joined UInteger Var(param_profile_histogram_size_lin) Init(16) 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(11) Param Optimization
+Common Joined UInteger Var(param_profile_histogram_peel_prcnt) Init(6) Param Optimization
 Peels if it can eliminate at least this percentage per 1 peeling.
 
 -param=profile-func-internal-id=

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

only message in thread, other threads:[~2023-04-20 14:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-04-20 14:48 [gcc(refs/users/kubaneko/heads/histogram)] aggresive histogram 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).