From mboxrd@z Thu Jan 1 00:00:00 1970 From: fche@redhat.com (Frank Ch. Eigler) To: gdb-patches@sources.redhat.com Subject: Re: PATCH: fail to improve psymtab memory consumption Date: Tue, 24 Jul 2001 10:13:00 -0000 Message-id: References: <20010720212013.7DA695E9D8@zwingli.cygnus.com> <87lmljdz4g.fsf@cgsoftware.com> <87d76uerh8.fsf@cgsoftware.com> <3B5CD3B6.9060106@cygnus.com> <87zo9uaow2.fsf@cgsoftware.com> <1010724161525.ZM20208@ocotillo.lan> <20010724123527.A12918@redhat.com> X-SW-Source: 2001-07/msg00600.html cgf wrote: : [...] FWIW, Cygwin's mmap is not 100% compliant with UNIX. [...] Right, but for the use which dberlin has in mind (vanilla mapping of plain file pages into memory), Cygwin's implementation has been quite satisfactory in other projects. Is even this vanilla use of mmap controversial among modern UNIX boxes? : We ran into problems when gcc decided to use mmap more heavily. : [...] (Yeah, but they do more clever things with mmap to support their internal garbage collection scheme.) - FChE