]> git.ipfire.org Git - thirdparty/gcc.git/commit
* doc/invoke.texi (hot-bb-count-fraction): Rework description.
authorebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Aug 2019 10:09:04 +0000 (10:09 +0000)
committerebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4>
Fri, 2 Aug 2019 10:09:04 +0000 (10:09 +0000)
commit13293fb26de56c19a36a29ad2047b44c47242333
tree9d16a6847a5a9ac6689cab729eeb4647fcf40954
parente9c866bd3b813b09120ce246eaede1596510e01b
* doc/invoke.texi (hot-bb-count-fraction): Rework description.
(hot-bb-count-ws-permille): Likewise.
(hot-bb-frequency-fraction): Likewise.
(unlikely-bb-count-fraction): Likewise.
* params.def (hot-bb-count-fraction): Rework description.
(hot-bb-count-ws-permille): Likewise.
(hot-bb-frequency-fraction): Likewise.
(unlikely-bb-count-fraction): Likewise.  Remove min and max values.
* predict.c (get_hot_bb_threshold): Deal with 0 HOT_BB_COUNT_FRACTION.

git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@274006 138bc75d-0d04-0410-961f-82ee72b054a4
gcc/ChangeLog
gcc/doc/invoke.texi
gcc/params.def
gcc/predict.c