LWN.net Logo

Per-CPU variables and the realtime tree

Per-CPU variables and the realtime tree

Posted Aug 1, 2011 23:21 UTC (Mon) by marcH (subscriber, #57642)
Parent article: Per-CPU variables and the realtime tree

> The key to performance on SMP systems is minimizing the sharing of data

Interesting summary of how the Shared Memory concept works generally speaking (not).

Such minimization happens "naturally" when data passing has to be explicit. The latter scales, has 10 times less bugs, and can be debugged.

SMP hardware is optimized for dangerous code (and it relies on some form of messaging at the lowest, cache-coherency level).

</offtopic>


(Log in to post comments)

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds