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]

Re: [patches] Beter analyzis of branch predictors


Jan Hubicka <jh@suse.cz> writes:

Just some typos:

>+   /* Decide heuristic to use.  In case we didn't match something, use

anything
>+      no_predictoin heuristic, in case we did matched, use eighter
>+      first match or Dempster Shaffer theory depending on the flags.  */
no_prediction heuristic, in case we did match, use either

Dempster-Shaffer (see below)?

[...]
> Index: predict.def
> ===================================================================
> ! /* An value used as final outcome of all heuristics.  */

A value...



>+ /* An outcome estimated by Dempster-Shaffer theory.  */
>+ DEF_PREDICTOR (PRED_DS_THEORY, "DS theory", PROB_ALWAYS, 0)
>+ 
>   /* An combined heuristics using probability determined by first

A combined...

>      matching heuristics from this list.  */
>   DEF_PREDICTOR (PRED_FIRST_MATCH, "first match", PROB_ALWAYS, 0)
>+ 
>+ /* Heuristic applying when no heuristic bellow applied.  */

below applies.

Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


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