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: [PATCH] make zone collector work without mmap


On Fri, May 07, 2004 at 03:17:15PM +0200, Paolo Bonzini wrote:
> This patch augments the zone collector with the page groups
> functionality in ggc-page.c.  If I understood correctly, the
> zone collector is going to become the default one day, so it
> needs to work without mmap.

No.  One day the zone collector will be generational, and so
not only requrire mmap but also mprotect.  The existing ggc-page
will not go away.


r~


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