From owner-freebsd-questions Mon Dec 18 19:48:26 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA16349 for questions-outgoing; Mon, 18 Dec 1995 19:48:26 -0800 (PST) Received: from hp.com (hp.com [15.255.152.4]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id TAA16339 for ; Mon, 18 Dec 1995 19:48:20 -0800 (PST) Received: from fakir.india.hp.com by hp.com with ESMTP (1.37.109.16/15.5+ECS 3.3) id AA122964885; Mon, 18 Dec 1995 19:48:12 -0800 Received: from localhost by fakir.india.hp.com with SMTP (1.37.109.16/15.5+ECS 3.3) id AA128034742; Tue, 19 Dec 1995 09:15:42 +0530 Message-Id: <199512190345.AA128034742@fakir.india.hp.com> To: freebsd-questions@freebsd.org Subject: Undumping vs. MMAP'ing Date: Tue, 19 Dec 1995 09:15:42 +0530 From: A JOSEPH KOSHY Sender: owner-questions@freebsd.org Precedence: bulk Hi, A question for VM people: If I remember right, the rationale behind Emacs dumping and unexecing itself was to be able to move byte-compiled lisp code into its text segment so that it could be shared across multiple invocations of the program. Now will this sharing be done by the VM layer in FreeBSD if I mmap a file read-only and shared across multiple processes? Koshy