From owner-freebsd-stable@FreeBSD.ORG Wed Aug 15 14:09:20 2007 Return-Path: Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1D5B616A418 for ; Wed, 15 Aug 2007 14:09:20 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from mail.ticketswitch.com (mail.ticketswitch.com [194.200.93.188]) by mx1.freebsd.org (Postfix) with ESMTP id C9BE313C461 for ; Wed, 15 Aug 2007 14:09:19 +0000 (UTC) (envelope-from petefrench@ticketswitch.com) Received: from dilbert.rattatosk ([10.50.50.6] helo=dilbert.ticketswitch.com) by mail.ticketswitch.com with esmtp (Exim 4.67 (FreeBSD)) (envelope-from ) id 1ILJYk-0000f6-Cc; Wed, 15 Aug 2007 15:09:18 +0100 Received: from petefrench by dilbert.ticketswitch.com with local (Exim 4.67 (FreeBSD)) (envelope-from ) id 1ILJYk-000LLi-Bh; Wed, 15 Aug 2007 15:09:18 +0100 To: bms@incunabulum.net, freebsd-stable@FreeBSD.ORG In-Reply-To: <46C1F6A3.1000101@incunabulum.net> Message-Id: From: Pete French Date: Wed, 15 Aug 2007 15:09:18 +0100 Cc: Subject: Re: Static linking and memory usage X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Aug 2007 14:09:20 -0000 > In response to the original post: The kernel's ELF linker/loader for > executables will share the text and read-only segments for static > executables. Thanks, this is what I was looking for - I kind of thought it worked that way but just wanted to check, (because if not I am wasting a lot of memory!) cheers, -pete.