From owner-freebsd-hackers Fri Aug 23 11:05:20 1996 Return-Path: owner-hackers Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id LAA18747 for hackers-outgoing; Fri, 23 Aug 1996 11:05:20 -0700 (PDT) Received: from mail.crl.com (mail.crl.com [165.113.1.22]) by freefall.freebsd.org (8.7.5/8.7.3) with SMTP id LAA18737; Fri, 23 Aug 1996 11:05:16 -0700 (PDT) Received: from rocky.mt.sri.com by mail.crl.com with SMTP id AA27779 (5.65c/IDA-1.5); Fri, 23 Aug 1996 11:03:33 -0700 Received: (from nate@localhost) by rocky.mt.sri.com (8.7.5/8.7.3) id KAA06989; Fri, 23 Aug 1996 10:21:24 -0600 (MDT) Date: Fri, 23 Aug 1996 10:21:24 -0600 (MDT) Message-Id: <199608231621.KAA06989@rocky.mt.sri.com> From: Nate Williams To: "Jordan K. Hubbard" Cc: sos@freebsd.org, hackers@freebsd.org Subject: Re: Am I wrong or is this just stupid? In-Reply-To: <20809.840815838@time.cdrom.com> References: <199608230836.KAA17678@ra.dkuug.dk> <20809.840815838@time.cdrom.com> Sender: owner-hackers@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Furthermore, here's my make world time for the standard tree: > > 6366.76 real 4213.03 user 711.55 sys > > And for a tree which has make depend and make all combined: > > 6189.28 real 4215.11 user 706.74 sys > > A noticable difference for the same effect. We lost more time with the recent 'obj' changes than gain for the possibility of leaving bogus binaries in the tree. I think time would be better spent figuring out why the 'obj' changes are slower, and figure out how to speed them up since they are so key to the build process than to remove a couple steps from the build process to get the time back. Nate