This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: [RFC] Optimization Diary
- From: Andrew Pinski <pinskia at physics dot uc dot edu>
- To: geoffk at apple dot com (Geoffrey Keating)
- Cc: gcc at gcc dot gnu dot org, dpatel at apple dot com, dberlin at dberlin dot org (Daniel Berlin), pinskia at physics dot uc dot edu (Andrew Pinski)
- Date: Tue, 6 Jun 2006 20:51:54 -0400 (EDT)
- Subject: Re: [RFC] Optimization Diary
> I don't see how making it a string makes this different. Either your
> new string will be a standard string or it won't. Either your new
> number will be a standard number or it won't. If you want it to be
> standard, you have to go through the committee.
I don't understand why it has to be a "standard" string/message.
Yes there could be some base set of messages. Also with the number
system, you have to update the IDE when news ones get added while
with the message way you don't unless you want to translate it to
another language.
-- Pinski