Title :
Safe and efficient supervised memory systems
Author :
Bobba, Jayaram ; Lupon, Marc ; Hill, Mark D. ; Wood, David A.
Author_Institution :
Intel Corp., Santa Clara, CA, USA
Abstract :
Supervised Memory systems use out-of-band metabits to control and monitor accesses to normal data memory for such purposes as transactional memory and memory typestate trackers. Previous proposals demonstrate the value of supervised memory systems, but have typically (1) assumed sequential consistency (while most deployed systems use weaker models), and (2) used ad hoc, informal memory specifications (that can be ambiguous and/or incorrect). This paper seeks to make many previous proposals more practical. This paper builds a foundation for future supervised memory systems which (1) operate with the TSO and ×86 memory models, and (2) are formally specified using two supervised memory models. The simpler TSOall model requires all metadata and data accesses to obey TSO, but precludes using store buffers for supervised accesses. The more complex TSOdata model relaxes some ordering constraints (allowing store buffer use) but makes programmer reasoning more difficult. To get the benefits of both models, we propose Safe Supervision, which asks programmers to avoid using metabits from one location to order accesses to another. Programmers that obey safe supervision can reason with the simpler semantics of TSOall while obtaining the higher performance of TSOdata. Our approach is similar to how data-race-free programs can run on relaxed systems and yet appear sequentially consistent. Finally, we show that TSOdata can (a) provide significant performance benefit (up to 22%) over TSOall and (b) can be incorporated correctly and with low overhead into the RTL of an industrial multi-core chip design (OpenSPARC T2).
Keywords :
meta data; microprocessor chips; multiprocessing systems; storage management; OpenSPARC T2 system; industrial multicore chip design; memory typestate trackers; meta data; ordering constraints; out-of-band metabits; safe supervision model; supervised memory systems; transactional memory; Buffer storage; Data models; Hardware; Load modeling; Program processors; Proposals;
Conference_Titel :
High Performance Computer Architecture (HPCA), 2011 IEEE 17th International Symposium on
Conference_Location :
San Antonio, TX
Print_ISBN :
978-1-4244-9432-3
DOI :
10.1109/HPCA.2011.5749744