This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Major debugging breakage
- From: law at redhat dot com
- To: Christopher Faylor <cgf at redhat dot com>
- Cc: Neil Booth <neil at daikokuya dot demon dot co dot uk>, gcc at gcc dot gnu dot org
- Date: Thu, 03 Jan 2002 20:00:31 -0700
- Subject: Re: Major debugging breakage
- Reply-to: law at redhat dot com
> Actually, I kinda thought this was on my plate.
As long as it gets solved :-)
> It should be possible to
> get cygwin to do the right thing. My only worry is slowing down every
> application that uses mmap to accomplish that goal.
But does that help those folks that are already using a version of cygwin
where mmap isn't working properly?
> I would rather not have a "solution" which invalidates mmap under cygwin.
> I think that could have some real performance losses right?
In an ideal world we'd have some test which would tell us if mmap was
broken. If it was broken, then we'd fall back to the old style garbage
collector. I don't know if that's feasible in this case or not.
And yes, there is a significant compile-time performance penalty for
not supporting mmap..
jeff
>
> cgf