Sciweavers

HPCA
1997
IEEE

Design Issues and Tradeoffs for Write Buffers

13 years 8 months ago
Design Issues and Tradeoffs for Write Buffers
Processors with write-through caches typically require a write buffer to hide the write latency to the next level of memory hierarchy and to reduce write traffic. A write buffer can cause processor stalls when it is full, when it contends with a cache miss for access to the next level of the hierarchy, and when it contains the freshest copy of data needed by a load. This paper uses instructionlevel simulation of SPEC92 benchmarks to investigate how different write buffer depths, retirement policies, and load-hazard policies affect these three types of write-buffer stalls. Deeper buffers with adequate headroom, lazier retirement policies, and the ability to read data directly from the write buffer combine to substantially reduce write-buffer-induced stalls.
Kevin Skadron, Douglas W. Clark
Added 06 Aug 2010
Updated 06 Aug 2010
Type Conference
Year 1997
Where HPCA
Authors Kevin Skadron, Douglas W. Clark
Comments (0)