This is the mail archive of the gcc-bugs@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]

[Bug middle-end/77484] [6/7 Regression] Static branch predictor causes ~6-8% regression of SPEC2000 GAP


https://gcc.gnu.org/bugzilla/show_bug.cgi?id=77484

--- Comment #14 from Jan Hubicka <hubicka at gcc dot gnu.org> ---
Author: hubicka
Date: Sun Jan  1 15:40:29 2017
New Revision: 243995

URL: https://gcc.gnu.org/viewcvs?rev=243995&root=gcc&view=rev
Log:

        PR middle-end/77484
        * predict.def (PRED_CALL): Update hitrate.
        (PRED_INDIR_CALL, PRED_POLYMORPHIC_CALL): New predictors.
        * predict.c (tree_estimate_probability_bb): Split CALL predictor
        into direct/indirect/polymorphic variants.

Modified:
    trunk/gcc/ChangeLog
    trunk/gcc/predict.c
    trunk/gcc/predict.def

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