This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: G++ OpenMP implementation uses TREE_COMPLEXITY?!?!
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: paolo dot bonzini at lu dot unisi dot ch (Paolo Bonzini)
- Cc: mark at codesourcery dot com (Mark Mitchell), stevenb dot gcc at gmail dot com (Steven Bosscher), rth at redhat dot com, gcc at gcc dot gnu dot org, gcc-patches at gcc dot gnu dot org (GCC Patches)
- Date: Mon, 29 Jan 2007 12:53:19 -0500 (EST)
- Subject: Re: G++ OpenMP implementation uses TREE_COMPLEXITY?!?!
>
> This is a multi-part message in MIME format.
> --------------050002020005030600040801
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
> Content-Transfer-Encoding: 7bit
>
>
> >> You know (or so I assume) this was a very Very VERY BAD thing to do
> >
> > are not helpful. Of course, if RTH had thought it was a bad thing, he
> > wouldn't have done it.
>
> Well, I must agree that there is probably no justification other than
> the quote that Richard posted. :-P Still, I agree with you on the tone
> of Steven's email, and I don't see the need to Cc Jakub and Diego too,
> either.
>
> I hope Steven accepts a little deal: he exits angry-stevenb-mode, and I
> donate him this untested patch to remove TREE_COMPLEXITY from C++.
I rather create a new tree for template usage really, so you don't create
an extra tree and save a little amount of memory.
I have an untested patch which does that too.
-- Pinski