SuperCoP: A General, Correct, and Performance-efficient Supervised Memory System

Bharghava Rajaram, Vijay Nagarajan, Andrew J. McPherson, Marcelo Cintra

Research output: Chapter in Book/Report/Conference proceedingConference contribution

Abstract / Description of output

Supervised memory systems maintain additional metadata for each memory address accessed by the program, to control and monitor accesses to the program data. Supervised systems find use in several applications including memory checking, synchronization, race detection, and transactional memory. Conventional memory instructions are replaced by supervised memory instructions (SMIs) which operate on both data and metadata atomically. Existing proposals for supervised memory systems assume sequential consistency. Recently, Bobba et al. [4] demonstrated the correctness issues (imprecise exceptions and metadata read reordering) in naively applying supervision to Total-Store-Order, and proposed two solutions - TSOall and TSOdata - for overcoming the correctness issues. TSOall solves correctness issues by forcing SMIs to perform in order, but performs similar to SC, since supervised writes cannot retire into the write-buffer. TSOdata, while allowing supervised writes to retire into the write-buffer, works correctly for only a subset of supervision schemes. In this paper we observe that correctness is ensured as long as SMIs read and process their metadata in order. We propose SuperCoP, a supervised memory system for relaxed memory models in which SMIs read and process metadata before retirement, while allowing data and metadata writes to retire into the write-buffer. Since SuperCoP separates metadata reads and their processing from the writes, we propose a simple mechanism - in the form of cache block level locking at the directory - to ensure atomicity. Our experimental results show that SuperCoP performs better than TSOall by 16.8%. SuperCoP also performs better than TSOdata by 6%, even though TSOdata is not general.
Original languageEnglish
Title of host publicationProceedings of the 9th Conference on Computing Frontiers
Place of PublicationNew York, NY, USA
PublisherACM
Pages85-94
Number of pages10
DOIs
Publication statusPublished - 2012

Publication series

NameCF '12
PublisherACM

Keywords / Materials (for Non-textual outputs)

  • atomicity, memory ordering, memory trackers, metadata, supervised memory

Fingerprint

Dive into the research topics of 'SuperCoP: A General, Correct, and Performance-efficient Supervised Memory System'. Together they form a unique fingerprint.

Cite this