This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: availability of mmap
- From: Benjamin Kosnik <bkoz at redhat dot com>
- To: Gabriel Dos Reis <gdr at integrable-solutions dot net>
- Cc: libstdc++ at gcc dot gnu dot org
- Date: Thu, 8 Apr 2004 15:47:40 -0500
- Subject: Re: availability of mmap
- Organization: Red Hat / Chicago
- References: <m3fzbe5nal.fsf@uniton.integrable-solutions.net>
>Does anybody know of a list of V3 targets (embedded targets excluded)
>where mmap() is unavailable?
I don't even know the list of all V3 targets....
;-)
So, I don't know what that list intersected with the list of targets
with mmap would look like, but it would be interesting indeed.
You might want to ping Geoff Keating, or Ian Lance Taylor, as the PCH
implementation has to know all the details of mmap on a particular host.
I suspect you'll need to know more than just if mmap is available or
unavailable. You'll also need to know mmap characteristics as well.
-benjamin