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?


Op zo 13-07-2003, om 18:12 schreef Jeff Sturm:
> 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?

Heck!  No, you're absolutely right.  Inlining heuristics have been
improved for Java with the new function body size estimates, but I guess
unit-at-a-time doesn't work yet.

Any plans to implement it or shall I correct this in the Changes page?

Gr.
Steven


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