Sunday, November 29, 2009

Data Locality Refactoring

Suggestions for locality optimizations (SLO), a cache profiling tool, analyzes runtime reuse paths to find the root causes of poor data locality, and suggests the most promising code optimizations. Refactoring using the hints of the SLO analyzer doubles the average execution speed of several SPEC2000 benchmark programs.

Learn more about it @ http://www.eng.auburn.edu/~vagrawal/COURSE/READING/ARCH/refactoring%20for%20data%20locality.pdf

and http://www.jilp.org/vol10/v10paper7.pdf

No comments:

Post a Comment