scispace - formally typeset
S

Simon C. Steely

Researcher at Intel

Publications -  105
Citations -  4763

Simon C. Steely is an academic researcher from Intel. The author has contributed to research in topics: Cache & Cache coloring. The author has an hindex of 31, co-authored 104 publications receiving 4579 citations. Previous affiliations of Simon C. Steely include Hewlett-Packard.

Papers
More filters
Proceedings ArticleDOI

Adaptive insertion policies for high performance caching

TL;DR: A Dynamic Insertion Policy (DIP) is proposed to choose between BIP and the traditional LRU policy depending on which policy incurs fewer misses, and shows that DIP reduces the average MPKI of the baseline 1MB 16-way L2 cache by 21%, bridging two-thirds of the gap between LRU and OPT.
Proceedings ArticleDOI

High performance cache replacement using re-reference interval prediction (RRIP)

TL;DR: This paper proposes Static RRIP that is scan-resistant and Dynamic RRIP (DRRIP) that is both scan- resistant and thrash-resistant that require only 2-bits per cache block and easily integrate into existing LRU approximations found in modern processors.
Proceedings ArticleDOI

Adaptive insertion policies for managing shared caches

TL;DR: This paper proposes Thread-Aware Dynamic Insertion Policy (TADIP), a adaptive insertion policy that can take into account the memory requirements of each of the concurrently executing applications and provides performance benefits similar to doubling the size of an LRU-managed cache.
Proceedings ArticleDOI

SHiP: signature-based hit predictor for high performance caching

TL;DR: This paper proposes a novel Signature-based Hit Predictor (SHiP) to learn the re-reference behavior of cache lines belonging to each signature, and finds that SHiP offers substantial improvements over the baseline LRU replacement and state-of-the-art replacement policy proposals.
Journal ArticleDOI

Architecture and design of AlphaServer GS320

TL;DR: This paper describes the architecture and implementation of the AlphaServer GS320, a cache-coherent non-uniform memory access multiprocessor developed at Compaq and incorporates a couple of innovative techniques that extend previous approaches for efficiently implementing memory consistency models.