From owner-freebsd-current@FreeBSD.ORG Fri Nov 21 10:04:11 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C611116A4CE for ; Fri, 21 Nov 2003 10:04:11 -0800 (PST) Received: from kientzle.com (h-66-166-149-50.SNVACAID.covad.net [66.166.149.50]) by mx1.FreeBSD.org (Postfix) with ESMTP id 13A3943FF5 for ; Fri, 21 Nov 2003 10:03:55 -0800 (PST) (envelope-from kientzle@acm.org) Received: from acm.org ([66.166.149.54]) by kientzle.com (8.12.9/8.12.9) with ESMTP id hALI3bkX033914; Fri, 21 Nov 2003 10:03:38 -0800 (PST) (envelope-from kientzle@acm.org) Message-ID: <3FBE5379.10201@acm.org> Date: Fri, 21 Nov 2003 10:03:37 -0800 From: Tim Kientzle User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20031006 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Guy Helmer References: In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: bv@wjv.com cc: Julian Stacey cc: freebsd-current@freebsd.org Subject: Re: HEADS UP: /bin and /sbin are now dynamically linked X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: kientzle@acm.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 21 Nov 2003 18:04:11 -0000 Guy Helmer wrote: > Thanks to /rescue and the live filesystem archives on > current.freebsd.org, I was able to recover a machine > that I hosed after the statfs change by trying to installworld > without building & booting a new kernel first. Great! Any changes you could suggest to /rescue based on that experience? > Regarding the performance loss due to the dynamic /bin and /sbin, > wouldn't prebinding help? Probably. Profiling the dynamic-link code would probably also help. NetBSD made this change a long time ago, and Luke Mewburn observed that switching /bin to dynamic linking prompted a lot of people to study and optimize the dynamic linking code, with big wins for programs like Mozilla and OpenOffice that rely heavily on shared libraries. Tim