This is the mail archive of the gcc@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]

Re: Suggestion: make -pipe the default



  In message <199809082312.AA17687@hoover.gilbarco.com>you write:
  > I'd like to suggestion that the -pipe switch be made the default when compi ling
  > with egcs.  
  > 
  > In these days of cheap RAM, why not spend some of it in making the compiler
  > faster by default?  Those (rare?) users who have a problem with piped data  could
  > use --no-pipe (or something like that) to have temp files created instead.
  > 
  > What do you think?  
Write a suitable autoconf test (since not all assemblers can accept
input on stdin) and we'll consider it.

jeff


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