This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [tree-ssa] Gimplifying Java (updated)
- From: Jason Merrill <jason at redhat dot com>
- To: Jeff Sturm <jsturm at one-point dot com>
- Cc: Diego Novillo <dnovillo at redhat dot com>, java-patches at gcc dot gnu dot org, "gcc-patches at gcc dot gnu dot org" <gcc-patches at gcc dot gnu dot org>
- Date: Tue, 17 Jun 2003 14:54:50 -0400
- Subject: Re: [tree-ssa] Gimplifying Java (updated)
- References: <Pine.LNX.4.44.0306171435310.5597-100000@ops2.one-point.com>
Just a couple of things:
LABELED_BLOCK_EXPR and EXIT_BLOCK_EXPR are in the backend tree.def, so the
gimplification code for them should be, too.
Did you respond to the question about when you do inlining? Surely you
could do it between gimplify and optimize_function_tree.
Jason