r172663 - in /trunk/gcc: ChangeLog Makefile.in ...
hubicka@gcc.gnu.org
hubicka@gcc.gnu.org
Mon Apr 18 18:39:00 GMT 2011
Author: hubicka
Date: Mon Apr 18 18:39:39 2011
New Revision: 172663
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=172663
Log:
* ipa-inline.c: Fix comment typos; do not inline gt-ipa-inline.h
(want_inline_function_called_once_p): Break out the logic from
ipa_inline.
(edge_badness): Ensure that profile is not misupdated.
(lookup_recursive_calls): Prioritize by call frequencies.
(inline_small_functions): Move program size estimates here;
actually process whole queue even when unit growth has been
met. (to properly compute inline_failed reasons and for the
case unit size decrease.) Revisit comments on recursive
inlining.
(ipa_inline): Remove unit summary code; first inline hot calls
of functions called once, cold calls next.
(order, nnodes): Remove unused variables.
* Makefile.in (ipa-inline.o): No longer depent on ggc files.
(GTFILES): Remove ipa-inline.c
* sel-sched.c (fill_insns): Silence uninitialized var warning.
Modified:
trunk/gcc/ChangeLog
trunk/gcc/Makefile.in
trunk/gcc/ipa-inline.c
trunk/gcc/sel-sched.c
More information about the Gcc-cvs
mailing list