This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java 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: [tree-ssa] Gimplifying Java (updated)


On Tue, 17 Jun 2003, Jason Merrill wrote:
> LABELED_BLOCK_EXPR and EXIT_BLOCK_EXPR are in the backend tree.def, so the
> gimplification code for them should be, too.

They are both broken in the current gimplifier.  My bad, I should've
reported/fixed the bug rather than working around it.

Or, if these tree codes are only used by Java, perhaps they should
disappear from the backend altogether.

> Did you respond to the question about when you do inlining?  Surely you
> could do it between gimplify and optimize_function_tree.

I'll move it, then.

Jeff


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