This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, committed]: Zone collector
On Oct 28, 2003, at 3:32 AM, Gunther Nikl wrote:
On Mon, Oct 27, 2003 at 01:09:09PM -0500, Daniel Berlin wrote:
I have no easy way of testing the page_groups and friends stuff.
I'll probably just remove it for now, and require mmap.
Isn't the zone collector intended to become the default collector?
For systems with mmap (and eventually, it will use mprotect as well).
What happens if the host system doesn't have mmap?
Then you don't use the zone collector.
Gunther