LWN.net Logo

The 3.4 merge window is closed

The 3.4 merge window is closed

Posted Apr 2, 2012 11:44 UTC (Mon) by paulj (subscriber, #341)
In reply to: The 3.4 merge window is closed by gmaxwell
Parent article: The 3.4 merge window is closed

It's not just about absolute memory-size savings, but also about speed. If your application is memory-traffic (not size) intensive, having to traverse heavily linked data-structures, then 32bit pointers can help make your data more compact and so make more efficient use of the memory bandwidth, which can lead to your programme performing faster.


(Log in to post comments)

The 3.4 merge window is closed

Posted Apr 2, 2012 13:02 UTC (Mon) by james (subscriber, #1325) [Link]

...and more efficient use of cache, of course.

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