Re: [PATCH -mm 2/2] mm: do not reset mm->free_area_cache on everysingle munmap

From: Rik van Riel
Date: Mon Feb 27 2012 - 11:14:21 EST


On 02/23/2012 04:57 PM, Andi Kleen wrote:
Rik van Riel<riel@xxxxxxxxxx> writes:

Some programs have a large number of VMAs, and make frequent calls
to mmap and munmap. Having munmap constantly cause the search
pointer for get_unmapped_area to get reset can cause a significant
slowdown for such programs.

This would be a much nicer patch if you split it into one that merges
all the copy'n'paste code and another one that actually implements
the new algorithm.

The copy'n'pasted functions are not quite the same, though.

All the ones that could be unified already have been, leaving
a few functions with actual differences around.

--
All rights reversed
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/