Re: [RFC/PATCH] ext3: remove inode constructor

From: Pekka J Enberg
Date: Sat May 05 2007 - 05:09:18 EST


On Sat, 5 May 2007, Andrew Morton wrote:
> I doubt if this is measurable, really. It'll be something like the
> difference between an L1 hit and an L2 hit in amongst all the other stuff
> we do on a per-inode basis.

The cache effects are probably not easily measurable but I was worried
about CPU time. The slab constructors and destructors were originally
designed to reduce CPU time spent on initializing objects. But I don't
think that's relevant anymore on todays CPUs.

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