This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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 15:21:23 -0400 (EDT), Jeff Sturm <jsturm@one-point.com> wrote:

> 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.

Please.

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

They seem like a useful construct, though the way EXIT_BLOCK_EXPR points to
the LABELED_BLOCK_EXPR causes circularity issues.

>> 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.

Thanks.

Jason


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