Data-Layout optimization using reuse distance distribution

  • Authors:
  • Xiong Fu;Yu Zhang;Yiyun Chen

  • Affiliations:
  • Department of Computer Science and Technology, University of Science and Technology of China, Hefei, Anhui, China;Department of Computer Science and Technology, University of Science and Technology of China, Hefei, Anhui, China;Department of Computer Science and Technology, University of Science and Technology of China, Hefei, Anhui, China

  • Venue:
  • EUC'06 Proceedings of the 2006 international conference on Emerging Directions in Embedded and Ubiquitous Computing
  • Year:
  • 2006

Quantified Score

Hi-index 0.06

Visualization

Abstract

As the ever-increasing gap between the speed of processor and the speed of memory has become the cause of one of primary bottlenecks of computer systems, modern architecture systems use cache to solve this problem, whose utility heavily depends on program data locality. This paper introduces a platform independent data-layout optimization framework to improve program data locality. This framework uses a variable relation model based on variables’ reuse distance distribution to quantitate the relation of variables and accordingly assigns variables which are often accessed together in one group. At the same time this framework introduces a dynamic array regrouping method to group dynamic arrays assigned in a group. Experiments show that this data-layout optimization framework can effectively improve program data locality and program performance.