Speculative memory cloaking and bypassing (1999)
Cached
Download Links
- [www.eecg.toronto.edu]
- [www.eecg.utoronto.ca]
- DBLP
Other Repositories/Bibliography
| Venue: | Intl. Journal of Parallel Programming |
| Citations: | 14 - 2 self |
BibTeX
@ARTICLE{Moshovos99speculativememory,
author = {Andreas Moshovos},
title = {Speculative memory cloaking and bypassing},
journal = {Intl. Journal of Parallel Programming},
year = {1999},
volume = {27},
pages = {427--456}
}
Years of Citing Articles
OpenURL
Abstract
We revisit memory hierarchy design viewing memory as an inter-operation communication mechanism. We show how dynamically collected information about inter-operation memory communication can be used to improve memory latency. We propose two techniques: (1) Speculative Memory Cloaking, and (2) Speculative Memory Bypassing. In the first technique, we use memory dependence prediction to speculatively identify dependent loads and stores early in the pipeline. These instructions may then communicate prior to address calculation and disambiguation via a fast communication mechanism. In the second technique, we use memory dependence prediction to speculatively transform DEFstore-load-USE dependence chains within the instruction window into DEF-USE ones. As a result, dependent stores and loads are taken off the communication path resulting in further reduction in communication latency. Experimental analysis shows that our methods, on the average, correctly handle 40 % (integer) and 19 % (floating point) of all memory loads. Moreover, our techniques result in performance improvements of 4.28 % (integer) and 3.20% (floating point) over a highly aggressive, dynamically scheduled processor implementing naive memory dependence speculation. We also study the value and address locality characteristics of the values our methods correctly handle. We demonstrate that our methods are orthogonal to both address and value prediction. 1







