This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [wwwdocs] Mention cgraph stuff in news/changes?
- From: Jeff Sturm <jsturm at one-point dot com>
- To: Steven Bosscher <s dot bosscher at student dot tudelft dot nl>
- Cc: gcc-patches at gcc dot gnu dot org, <jh at suse dot cz>
- Date: Sun, 13 Jul 2003 12:12:11 -0400 (EDT)
- Subject: Re: [wwwdocs] Mention cgraph stuff in news/changes?
On 13 Jul 2003, Steven Bosscher wrote:
+ <li>Inlining heuristics for C, ObjC, C++ and Java have been improved
+ significantly. Call graph based out-of-order inlining is now
+ enabled by default at <code>-O3</code>.</li>
This wording implies that out-of-order inlining now works for Java.
Is that really true if gcj doesn't supply the needed langhooks
(LANG_HOOKS_CALLGRAPH_EXPAND_FUNCTION)?
Or is it that the heuristics are improved regardless of -funit-at-a-time?
Jeff