summaryrefslogtreecommitdiff
path: root/thesis.bib
diff options
context:
space:
mode:
Diffstat (limited to 'thesis.bib')
-rw-r--r--thesis.bib17
1 files changed, 17 insertions, 0 deletions
diff --git a/thesis.bib b/thesis.bib
index 0809091..8df6f5a 100644
--- a/thesis.bib
+++ b/thesis.bib
@@ -897,4 +897,21 @@ This thesis highlights two aspects of the BOOM design: its industry-competitive
type={J}
}
+@inproceedings{primer,
+ title={A Primer on Memory Consistency and Cache Coherence},
+ author={Daniel J. Sorin and Mark D. Hill and David A. Wood},
+ booktitle={A Primer on Memory Consistency and Cache Coherence},
+ year={2011},
+ type={M}
+}
+
+@article{x86-tso,
+ title={x86-TSO: a rigorous and usable programmer's model for x86 multiprocessors},
+ author={Peter Sewell and Susmit Sarkar and Scott Owens and Francesco Zappa Nardelli and Magnus O. Myreen},
+ journal={Commun. ACM},
+ year={2010},
+ volume={53},
+ pages={89-97},
+ type={J}
+}
% vim:ts=4:sw=4