Efficient Procedure Mapping using Cache Line Coloring (1997)
Cached
Download Links
| Venue: | IN PROCEEDINGS OF THE SIGPLAN'97 CONFERENCE ON PROGRAMMING LANGUAGE DESIGN AND IMPLEMENTATION |
| Citations: | 67 - 12 self |
BibTeX
@INPROCEEDINGS{Hashemi97efficientprocedure,
author = {Amir H. Hashemi and David R. Kaeli and Brad Calder},
title = {Efficient Procedure Mapping using Cache Line Coloring},
booktitle = {IN PROCEEDINGS OF THE SIGPLAN'97 CONFERENCE ON PROGRAMMING LANGUAGE DESIGN AND IMPLEMENTATION},
year = {1997},
pages = {171--182},
publisher = {}
}
Years of Citing Articles
OpenURL
Abstract
As the gap between memory and processor performance continues to widen, it becomes increasingly important to exploit cache memory effectively. Both hardware and software approaches can be explored to optimize cache performance. Hardware designers focus on cache organization issues, including replacement policy, associativity, line size and the resulting cache access time. Software writers use various optimization techniques, including software prefetching, data scheduling and code reordering. Our focus is on improving memory usage through code reordering compiler techniques. In this







