Re: [Lhms-devel] [PATCH 0/7] Fragmentation Avoidance V19

From: Jeff Dike
Date: Thu Nov 03 2005 - 14:21:36 EST


On Thu, Nov 03, 2005 at 11:54:10AM -0600, Rob Landley wrote:
> Lots of work has gone into batching up syscalls and making as few of them as
> possible because they are a performance bottleneck. You want to introduce a
> syscall for every single individual page of memory allocated or freed.
>
> That's stupid.

I think what I'm optimizing is TLB flushes, not system calls. With
mmap et al, they are effectively the same thing though.

Jeff
-
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/