public inbox for java-patches@gcc.gnu.org
 help / color / mirror / Atom feed
* [PATCH PING] unreviewed tree-slimming patches
@ 2011-05-25 14:01 Nathan Froyd
  2011-05-25 14:18 ` Jason Merrill
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Nathan Froyd @ 2011-05-25 14:01 UTC (permalink / raw)
  To: gcc-patches
  Cc: Jason Merrill, Joseph S. Myers, java-patches, Richard Guenther

These patches:

  (C, C++, middle-end)
  [PATCH 14/18] move TS_STATEMENT_LIST to be a substructure of TS_TYPED
  http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00560.html

  (C, Java, middle-end)
  [PATCH 18/18] make TS_BLOCK a substructure of TS_BASE
  http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00564.html

are still pending review.  Jason commented on the TS_STATEMENT_LIST patch, but
the discussion didn't come to a resolution.  I forgot to CC the TS_BLOCK patch
to the Java folks the first time around.

Thanks,
-Nathan

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH PING] unreviewed tree-slimming patches
  2011-05-25 14:01 [PATCH PING] unreviewed tree-slimming patches Nathan Froyd
@ 2011-05-25 14:18 ` Jason Merrill
  2011-05-25 14:20 ` Richard Guenther
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Jason Merrill @ 2011-05-25 14:18 UTC (permalink / raw)
  To: Nathan Froyd; +Cc: gcc-patches, Joseph S. Myers, java-patches, Richard Guenther

On 05/25/2011 10:00 AM, Nathan Froyd wrote:
> Jason commented on the TS_STATEMENT_LIST patch, but
> the discussion didn't come to a resolution.

Right, from your last mail I thought that you were investigating my 
question about add_stmt and your suggestion about dropping the NULL 
checking in append_to_statement_list_1.

Jason

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH PING] unreviewed tree-slimming patches
  2011-05-25 14:01 [PATCH PING] unreviewed tree-slimming patches Nathan Froyd
  2011-05-25 14:18 ` Jason Merrill
@ 2011-05-25 14:20 ` Richard Guenther
  2011-05-25 16:49 ` Joseph S. Myers
  2011-05-25 18:07 ` Tom Tromey
  3 siblings, 0 replies; 6+ messages in thread
From: Richard Guenther @ 2011-05-25 14:20 UTC (permalink / raw)
  To: Nathan Froyd; +Cc: gcc-patches, Jason Merrill, Joseph S. Myers, java-patches

On Wed, May 25, 2011 at 4:00 PM, Nathan Froyd <froydnj@codesourcery.com> wrote:
> These patches:
>
>  (C, C++, middle-end)
>  [PATCH 14/18] move TS_STATEMENT_LIST to be a substructure of TS_TYPED
>  http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00560.html
>
>  (C, Java, middle-end)
>  [PATCH 18/18] make TS_BLOCK a substructure of TS_BASE
>  http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00564.html
>
> are still pending review.  Jason commented on the TS_STATEMENT_LIST patch, but
> the discussion didn't come to a resolution.  I forgot to CC the TS_BLOCK patch
> to the Java folks the first time around.

The middle-end parts of both patches are ok.

Thanks,
Richard.

> Thanks,
> -Nathan
>

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH PING] unreviewed tree-slimming patches
  2011-05-25 14:01 [PATCH PING] unreviewed tree-slimming patches Nathan Froyd
  2011-05-25 14:18 ` Jason Merrill
  2011-05-25 14:20 ` Richard Guenther
@ 2011-05-25 16:49 ` Joseph S. Myers
  2011-05-25 18:07 ` Tom Tromey
  3 siblings, 0 replies; 6+ messages in thread
From: Joseph S. Myers @ 2011-05-25 16:49 UTC (permalink / raw)
  To: Nathan Froyd; +Cc: gcc-patches, Jason Merrill, java-patches, Richard Guenther

On Wed, 25 May 2011, Nathan Froyd wrote:

> These patches:
> 
>   (C, C++, middle-end)
>   [PATCH 14/18] move TS_STATEMENT_LIST to be a substructure of TS_TYPED
>   http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00560.html
> 
>   (C, Java, middle-end)
>   [PATCH 18/18] make TS_BLOCK a substructure of TS_BASE
>   http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00564.html
> 
> are still pending review.  Jason commented on the TS_STATEMENT_LIST patch, but

The C changes are OK.

-- 
Joseph S. Myers
joseph@codesourcery.com

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH PING] unreviewed tree-slimming patches
  2011-05-25 14:01 [PATCH PING] unreviewed tree-slimming patches Nathan Froyd
                   ` (2 preceding siblings ...)
  2011-05-25 16:49 ` Joseph S. Myers
@ 2011-05-25 18:07 ` Tom Tromey
  2011-05-25 18:09   ` Nathan Froyd
  3 siblings, 1 reply; 6+ messages in thread
From: Tom Tromey @ 2011-05-25 18:07 UTC (permalink / raw)
  To: Nathan Froyd
  Cc: gcc-patches, Jason Merrill, Joseph S. Myers, java-patches,
	Richard Guenther

>>>>> "Nathan" == Nathan Froyd <froydnj@codesourcery.com> writes:

Nathan>   (C, Java, middle-end)
Nathan>   [PATCH 18/18] make TS_BLOCK a substructure of TS_BASE
Nathan>   http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00564.html

The Java parts are ok.

I think these sorts of changes should be obvious once approved from a
middle-end perspective, at least assuming that there are no regressions.
I say this because I think that once the core change has been decided
on, there is often just one way to go about fixing up the users; at
least, in a case like this where the consequence amounts to deleting
assignments.

I mentioned this idea before but I didn't see any discussion of it.  I
am happy to continue looking at patches like this if that is what the
more active maintainers would prefer.

Tom

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: [PATCH PING] unreviewed tree-slimming patches
  2011-05-25 18:07 ` Tom Tromey
@ 2011-05-25 18:09   ` Nathan Froyd
  0 siblings, 0 replies; 6+ messages in thread
From: Nathan Froyd @ 2011-05-25 18:09 UTC (permalink / raw)
  To: Tom Tromey
  Cc: gcc-patches, Jason Merrill, Joseph S. Myers, java-patches,
	Richard Guenther

On 05/25/2011 02:06 PM, Tom Tromey wrote:
>>>>>> "Nathan" == Nathan Froyd <froydnj@codesourcery.com> writes:
> 
> Nathan>   (C, Java, middle-end)
> Nathan>   [PATCH 18/18] make TS_BLOCK a substructure of TS_BASE
> Nathan>   http://gcc.gnu.org/ml/gcc-patches/2011-03/msg00564.html
> 
> The Java parts are ok.
> 
> I think these sorts of changes should be obvious once approved from a
> middle-end perspective, at least assuming that there are no regressions.
> 
> I mentioned this idea before but I didn't see any discussion of it.  I
> am happy to continue looking at patches like this if that is what the
> more active maintainers would prefer.

I think Jason mentioned considering them approved after waiting a week.  If we
want to enshrine that as policy, I think that'd be reasonable.  All in favor...?

-Nathan

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-05-25 18:09 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-05-25 14:01 [PATCH PING] unreviewed tree-slimming patches Nathan Froyd
2011-05-25 14:18 ` Jason Merrill
2011-05-25 14:20 ` Richard Guenther
2011-05-25 16:49 ` Joseph S. Myers
2011-05-25 18:07 ` Tom Tromey
2011-05-25 18:09   ` Nathan Froyd

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).