From: Martin Str|mberg Message-Id: <200005101802.UAA25956@father.ludd.luth.se> Subject: Re: Perfomance of gc-simple In-Reply-To: from Eli Zaretskii at "May 9, 2000 11:54:19 am" To: djgpp-workers AT delorie DOT com Date: Wed, 10 May 2000 20:02:24 +0200 (MET DST) X-Mailer: ELM [version 2.4ME+ PL54 (25)] 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 According to Eli Zaretskii: > On Mon, 8 May 2000, Martin Str|mberg wrote: > > Ok, I have hacked together the mmap() function. Do you have any mmap > > intensive code to suggest I try it out on? > > The first would be GCC itself, obviously, since that's the motivation > for doing it. > > Grepping through GNU source directories I have on this machine, I see > that the following packages use mmap: > > Binutils > Grep > Sed Ok, I tried it on grep. Alas the configure script doesn't find my mmap, as the MAP_FIXED option can't be supported, but the test program uses it. Advice? Right, MartinS