Re: remove __read_mostly?

From: Arjan van de Ven
Date: Sun Jun 25 2006 - 17:51:35 EST



> Because if we use this everywhere where it's supposed to be used, we end up
> with .bss and .data 100% populated with write-often variables, packed
> closely together. The cachelines will really flying around.

this argument is true if you have unrelated data together; however if
related data is together than suddenly you improve and increase cache
density....


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