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

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



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