This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Inlining on trees
Richard Henderson <rth@cygnus.com> writes:
> Java, out of necessity, already does whole translation
> units as trees internally, and so should be trivial to update.
That is the case when reading Java source. It is not the case
when reading java bytecode. However, once the C front-end
is converted, I don't it would be difficult to also convert
the bytecode frontend.
--
--Per Bothner
per@bothner.com http://www.bothner.com/~per/