Java inliner
Andrew Haley
aph@cambridge.redhat.com
Mon Jul 1 11:29:00 GMT 2002
Tree inlining, tested with no regressions, builds working libgcj on
i686-linux-gnu.
It's not yet perfectly integrated into the compiler in that it's still
sensitive to the order in which methods are compiled. However, even
with that limitation it's still useful. This can be fixed at some
later date by reorganizing the way that gcj does things and deferring
code generation until we have trees for everything.
Also, it's only hooked into the source compiler.
This patch fixes a performance regression that was caused by the RTL
inliner being disabled.
Andrew.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: java-tree-inline
URL: <http://gcc.gnu.org/pipermail/java/attachments/20020701/ee600f17/attachment.ksh>
More information about the Java
mailing list