summaryrefslogtreecommitdiff
path: root/thesis.bib
diff options
context:
space:
mode:
authorIru Cai <mytbk920423@gmail.com>2019-05-30 15:59:47 +0800
committerIru Cai <mytbk920423@gmail.com>2019-05-30 15:59:47 +0800
commitea8edaa1f7467767307d6dc6ba5ae4fb40732ef6 (patch)
treefa2a0d144866adcfddb438329f1af1924f9bfef3 /thesis.bib
parentf21f693bd7d324e0597535f3be9f77008663761d (diff)
downloaddissertation-ea8edaa1f7467767307d6dc6ba5ae4fb40732ef6.tar.xz
update bib
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