Re: NUMA API for Linux

From: Hugh Dickins
Date: Thu Apr 08 2004 - 11:17:33 EST


On Wed, 7 Apr 2004, Andrew Morton wrote:
>
> Your patch takes the CONFIG_NUMA vma from 64 bytes to 68. It would be nice
> to pull those 4 bytes back somehow.

How significant is this vma size issue?

anon_vma objrmap will add 20 bytes to each vma (on 32-bit arches):
8 for prio_tree, 12 for anon_vma linkage in vma,
sometimes another 12 for the anon_vma head itself.

anonmm objrmap adds just the 8 bytes for prio_tree,
remaining overhead 28 bytes per mm.

Seems hard on Andi to begrudge him 4.

Hugh

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