This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Fix tracer default


Hi,
tracer-min-branch-probability-feedback is set in reversed meaning it had
in early incarnation of my patch.
Regtested, bootstrapped and commited to mainline as obvious.

Honza

Sun Dec 22 20:20:48 CET 2002  Jan Hubicka  <jh@suse.cz>
	* params.def (tracer-min-branch-probability-feedback): Fix default.
diff -Nrc3p gcc.orig/params.def gcc/params.def
*** gcc.orig/params.def	Sun Dec 22 17:57:37 2002
--- gcc/params.def	Sun Dec 22 19:52:24 2002
*************** DEFPARAM(TRACER_MIN_BRANCH_PROBABILITY_F
*** 184,190 ****
  	 "tracer-min-branch-probability-feedback",
  	 "Stop forward growth if the probability of best edge is less than \
  this threshold (in percents). Used when profile feedback is available",
! 	 30)
  DEFPARAM(TRACER_MIN_BRANCH_PROBABILITY,
  	 "tracer-min-branch-probability",
  	 "Stop forward growth if the probability of best edge is less than \
--- 184,190 ----
  	 "tracer-min-branch-probability-feedback",
  	 "Stop forward growth if the probability of best edge is less than \
  this threshold (in percents). Used when profile feedback is available",
! 	 80)
  DEFPARAM(TRACER_MIN_BRANCH_PROBABILITY,
  	 "tracer-min-branch-probability",
  	 "Stop forward growth if the probability of best edge is less than \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]