This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Major debugging breakage


  > 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]