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:
> Any plans to implement it or shall I correct this in the Changes page?

I don't know of any plans, though I'd love to see something done for 3.4.
Inlining in gcj has never really worked that well in part because it could
not inline out-of-order methods (and there is a long-standing PR for
this).

Gcj has been compiling class-at-a-time for a some time now, so the call
graph would be useful with or without unit-at-a-time.  (In fact many
Java sources contain only one class, in which case unit-at-a-time would
make no practical difference.)  I haven't yet looked at the cgraph
interface to see how it might be done.

I'm copying Andrew Haley since he is the one most familiar with Java
inlining.

Jeff


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