Date: Sun, 23 Apr 2000 22:56:08 -0700 (PDT) From: Matthew Dillon <dillon@apollo.backplane.com> To: naddy@mips.rhein-neckar.de (Christian Weisgerber) Cc: freebsd-hackers@FreeBSD.ORG Subject: Re: Double buffered cp(1) Message-ID: <200004240556.WAA66144@apollo.backplane.com> References: <Pine.BSF.4.21.0004221320250.38433-100000@bsd1.nyct.net> <200004231737.KAA62365@apollo.backplane.com> <3903563C.6453A9E2@3-cities.com> <200004232022.NAA64183@apollo.backplane.com> <8dvs8c$1ltd$1@bigeye.rhein-neckar.de>
next in thread | previous in thread | raw e-mail | index | archive | help
:Matthew Dillon <dillon@apollo.backplane.com> wrote: : :> -pipe makes a significant difference since without it every source :> file being compiled creates several files in /tmp. : :Hasn't O'Brien recently said that in fact "-pipe" is already the :default for our cc, so explicitly specifying the option doesn't do :anything? : :-- :Christian "naddy" Weisgerber naddy@mips.rhein-neckar.de I don't recall him saying anything like that. There was an argument over making the -pipe the default a few months ago, but I was under the impression that it didn't happen because some people were concerned about the memory requirements nixing compiles on machines with small amounts of memory (since cpp, cc1, AND as wind up all running simultaniously). The documentation doesn't indicate that -pipe is turned on by default. If I ktrace a cc command it sure looks like it uses /tmp files when -pipe is not specified! So I would say that -pipe is NOT the default. -Matt Matthew Dillon <dillon@backplane.com> To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004240556.WAA66144>