diff options
author | tejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-10 20:30:08 +0000 |
---|---|---|
committer | tejohnson <tejohnson@138bc75d-0d04-0410-961f-82ee72b054a4> | 2013-10-10 20:30:08 +0000 |
commit | 5327650fe230ee84185e0d39bd472b6077298198 (patch) | |
tree | ee44642551d3ee1b05cabe70b04747b7d739f6bf /gcc/ChangeLog | |
parent | 90acbb6ed46459e9b3ca75d94faae290bc421539 (diff) | |
download | gcc-5327650fe230ee84185e0d39bd472b6077298198.tar.gz |
2013-10-10 Teresa Johnson <tejohnson@google.com>
* predict.c (tree_estimate_probability): Add new parameter
for estimate_bb_frequencies.
(estimate_bb_frequencies): Add new parameter to force estimation.
(rebuild_frequencies): When max frequency in function is small,
recompute counts from frequencies.
* predict.h (estimate_bb_frequencies): New parameter.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@203395 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ChangeLog')
-rw-r--r-- | gcc/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 654946a5651..00ef1a8d8b0 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,12 @@ +2013-10-10 Teresa Johnson <tejohnson@google.com> + + * predict.c (tree_estimate_probability): Add new parameter + for estimate_bb_frequencies. + (estimate_bb_frequencies): Add new parameter to force estimation. + (rebuild_frequencies): When max frequency in function is small, + recompute counts from frequencies. + * predict.h (estimate_bb_frequencies): New parameter. + 2013-10-10 David Malcolm <dmalcolm@redhat.com> * ipa-inline.c (ipa_inline): Fix leak of "order" when |