From owner-freebsd-hackers Fri Dec 14 0:55:35 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from elvis.mu.org (elvis.mu.org [216.33.66.196]) by hub.freebsd.org (Postfix) with ESMTP id D515837B416; Fri, 14 Dec 2001 00:55:33 -0800 (PST) Received: by elvis.mu.org (Postfix, from userid 1192) id 53CC881E10; Fri, 14 Dec 2001 02:55:33 -0600 (CST) Date: Fri, 14 Dec 2001 02:55:33 -0600 From: Alfred Perlstein To: Kris Kennaway Cc: Peter Wemm , Poul-Henning Kamp , mitko@rila.bg, hackers@FreeBSD.ORG Subject: Re: Performance issue Message-ID: <20011214025533.J79896@elvis.mu.org> References: <72360.1007898170@critter.freebsd.dk> <20011209232328.31DC43810@overcee.netplex.com.au> <20011213201715.C84382@citusc17.usc.edu> <20011214022651.I79896@elvis.mu.org> <20011214004559.B86064@citusc17.usc.edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011214004559.B86064@citusc17.usc.edu>; from kris@FreeBSD.ORG on Fri, Dec 14, 2001 at 12:45:59AM -0800 Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG * Kris Kennaway [011214 02:46] wrote: > > Yes, well, we already compile the *entire tree* with static > (compile-time) optimizations when CPUTYPE is set, so one more (bzero) > is no difference except that it gives an extra performance benefit. Wait, you go to each and every freebsd install and do a make world? The point is we can do this dynamically, in fact we don't even need to teach the linker how to do it, we can do it via the startup scripts by checking a sysctl and providing the subdir to ldconfig. :) -- -Alfred Perlstein [alfred@freebsd.org] 'Instead of asking why a piece of software is using "1970s technology," start asking why software is ignoring 30 years of accumulated wisdom.' http://www.morons.org/rants/gpl-harmful.php3 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message