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]

Re: hpux 10.20 and mmap everywhere



  In message <200007071838.OAA05020@hiauly1.hia.nrc.ca>you write:
  > The GNU gc routines will use mmap in preference to valloc if HAVE_MMAP_ANYW
  > HERE
  > support is available.  Would the performance improvement from using mmap in
  > the gc routines be worth modifying configure and the gc routines for this
  > case?
Using mmap is definitely preferred.  Yes, the hpux mmap is a little
different from the rest of the world.  I've complained to folks writing
autoconf tests to write them to be hpux-aware on and off for years....

jeff


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