From owner-cvs-all@FreeBSD.ORG Sat Apr 2 12:52:33 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DDA7A16A4CE for ; Sat, 2 Apr 2005 12:52:33 +0000 (GMT) Received: from bgo1smout1.broadpark.no (bgo1smout1.broadpark.no [217.13.4.94]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5861243D2D for ; Sat, 2 Apr 2005 12:52:33 +0000 (GMT) (envelope-from des@des.no) Received: from bgo1sminn1.broadpark.no ([217.13.4.93]) by bgo1smout1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IEB00ERXKU56G90@bgo1smout1.broadpark.no> for cvs-all@FreeBSD.org; Sat, 02 Apr 2005 14:46:53 +0200 (CEST) Received: from dsa.des.no ([80.203.228.37]) by bgo1sminn1.broadpark.no (Sun Java System Messaging Server 6.1 HotFix 0.05 (built Oct 21 2004)) with ESMTP id <0IEB005F9L5UIP50@bgo1sminn1.broadpark.no> for cvs-all@FreeBSD.org; Sat, 02 Apr 2005 14:53:54 +0200 (CEST) Received: by dsa.des.no (Pony Express, from userid 666) id 42961C0C28; Sat, 02 Apr 2005 14:52:26 +0200 (CEST) Received: from xps.des.no (xps.des.no [10.0.0.12]) by dsa.des.no (Pony Express) with ESMTP id 96329BF7A3; Sat, 02 Apr 2005 14:52:22 +0200 (CEST) Received: by xps.des.no (Postfix, from userid 1001) id 79C1933C65; Sat, 02 Apr 2005 14:52:22 +0200 (CEST) Date: Sat, 02 Apr 2005 14:52:22 +0200 From: des@des.no (=?iso-8859-1?q?Dag-Erling_Sm=F8rgrav?=) In-reply-to: <20050401181311.GA799@galgenberg.net> To: Ulrich Spoerlein Message-id: <86wtrlbat5.fsf@xps.des.no> MIME-version: 1.0 Content-type: text/plain; charset=iso-8859-1 Content-transfer-encoding: quoted-printable X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on dsa.des.no References: <200503251730.j2PHUKY7066092@repoman.freebsd.org> <20050325212104.GB71185@ip.net.ua> <86psxgksfk.fsf@xps.des.no> <20050401181311.GA799@galgenberg.net> User-Agent: Gnus/5.110002 (No Gnus v0.2) Emacs/21.3 (berkeley-unix) X-Spam-Status: No, score=-2.8 required=5.0 tests=ALL_TRUSTED,AWL autolearn=disabled version=3.0.2 X-Spam-Level: cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sbin/restore Makefile X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Apr 2005 12:52:34 -0000 Ulrich Spoerlein writes: > The question is, will this impact performance? No. > But will it also increase startup time (loading bigger binaries), or is > this not an issue thanks to binaries being paged in? (I hope I got that > part of the VM right). No. The debugging info is stored in separate ELF sections which the linker never even looks at. > Will it increase memory usage? No. The debugging sections are never loaded into memory except by the debugger. > Will it increase running time? (I guess not). No, though you may want to reduce the optimization level to ease debugging. DES --=20 Dag-Erling Sm=F8rgrav - des@des.no