This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [tree-ssa] Gimplifying Java
Jeff Sturm writes:
> On 12 Jun 2003, Diego Novillo wrote:
> > Say, now that you got started with java->GIMPLE, care to tackle
> > bytecode->GIMPLE? ;)
>
> Maybe. I think Andrew Haley is planning to do some of this.
Woo! I thought you were going to leave me no work to do! :-)
> Getting inlining to work from source->bytecode and back should be a
> big boost for gcj. But the bytecode reader may require
> considerable effort; it doesn't build functions as trees yet
> either.
I'm intending to do that as part of the Java tree-SSA work.
Andrew.