From owner-freebsd-current Wed Sep 2 06:49:19 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA21650 for freebsd-current-outgoing; Wed, 2 Sep 1998 06:49:19 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from godzilla.zeta.org.au (godzilla.zeta.org.au [203.15.68.22]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA21644 for ; Wed, 2 Sep 1998 06:49:16 -0700 (PDT) (envelope-from bde@godzilla.zeta.org.au) Received: (from bde@localhost) by godzilla.zeta.org.au (8.8.7/8.8.7) id XAA08775; Wed, 2 Sep 1998 23:48:09 +1000 Date: Wed, 2 Sep 1998 23:48:09 +1000 From: Bruce Evans Message-Id: <199809021348.XAA08775@godzilla.zeta.org.au> To: bde@zeta.org.au, eivind@yes.no Subject: Re: ELF binaries size Cc: current@FreeBSD.ORG Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> Nah. The dual mapping is precisely what costs a full page of real memory. > >Does this mean we have two copies instead of two mappings? If we had Yes, there are 2 copies after the first data page is written to. The data page becomes disassociated from the file. This is normal for copy-on- write pages. Bruce To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message