comparison gcc/predict.def @ 55:77e2b8dfacca gcc-4.4.5

update it from 4.4.3 to 4.5.0
author ryoma <e075725@ie.u-ryukyu.ac.jp>
date Fri, 12 Feb 2010 23:39:51 +0900
parents a06113de4d67
children 04ced10e8804
comparison
equal deleted inserted replaced
52:c156f1bd5cd9 55:77e2b8dfacca
30 NAME is used in the debugging output to determine predictor type. 30 NAME is used in the debugging output to determine predictor type.
31 31
32 HITRATE is the probability that edge predicted by predictor as taken 32 HITRATE is the probability that edge predicted by predictor as taken
33 will be really taken (so it should be always above 33 will be really taken (so it should be always above
34 REG_BR_PROB_BASE / 2). */ 34 REG_BR_PROB_BASE / 2). */
35 35
36 36
37 /* A value used as final outcome of all heuristics. */ 37 /* A value used as final outcome of all heuristics. */
38 DEF_PREDICTOR (PRED_COMBINED, "combined", PROB_ALWAYS, 0) 38 DEF_PREDICTOR (PRED_COMBINED, "combined", PROB_ALWAYS, 0)
39 39
40 /* An outcome estimated by Dempster-Shaffer theory. */ 40 /* An outcome estimated by Dempster-Shaffer theory. */