From: Martin Stromberg Message-Id: <200005080919.LAA04200@lws256.lu.erisoft.se> Subject: Re: Perfomance of gc-simple To: djgpp-workers AT delorie DOT com Date: Mon, 8 May 2000 11:19:19 +0200 (MET DST) In-Reply-To: from "Eli Zaretskii" at May 07, 2000 11:21:26 AM X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk Eli said: > As for mmap, it should be trivial to throw together a KISS[1] > implementation that simply reads the entire file into memory, and see > how well (or how badly ;-) does that work, especially with very large > sources. Hey, this means we can support mmap( ..., PROT_READ, ... ), i. e. read-only mmap()! Right, MartinS