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: Combine four insns


On Mon, 9 Aug 2010, Richard Guenther wrote:

> > Is "throw in a param and let the distributors decide" really a great 
> > solution to issues like these?
> 
> No, it is not.  It also makes reproducing bugs harder and explodes
> the testing matrix.
> 
> So I'd like to have _less_ knobs, not more.

Knobs for users are at least better than configure-time knobs (and params 
are to a large extent knobs for GCC developers rather than for normal 
users).  For almost any piece of free software - not just GCC, or even 
mainly GCC - it's a pain for those using the software on multiple 
GNU/Linux distributions, or on GNU/Linux and on other systems, when the 
same software gratuitously behaves differently on different systems 
because the respective distributors / builders decided to configure it 
differently.  For the multi-platform user it's better not to have all the 
configure-time knobs, so they only need to set up their personal 
configuration to override cases where their taste differs from one fixed 
default, and not override every case where one distributor has decided to 
change the default.

-- 
Joseph S. Myers
joseph@codesourcery.com


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