generated from riscv/docs-spec-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathexample.bib
37 lines (34 loc) · 1.01 KB
/
example.bib
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
@electronic{hansdoc,
author = {Hans Boehm},
title = {Load-acquire and store-release instructions for RISC-V},
url = {https://lists.riscv.org/g/tech-unprivileged/attachment/382/0/load-acquire110422.pdf},
year={2022}
}
@misc{arxiv,
title={Adding Explicit Load-Acquire and Store-Release Instructions to the RISC-V ISA},
author={Bryce Arden and Zachary Susskind and Brendan Sweeney},
year={2023},
eprint={2302.03732},
archivePrefix={arXiv},
primaryClass={cs.AR}
}
@article{boehm2008foundations,
title={Foundations of the C++ concurrency memory model},
author={Boehm, Hans-J and Adve, Sarita V},
journal={ACM SIGPLAN Notices},
volume={43},
number={6},
pages={68--78},
year={2008},
publisher={ACM New York, NY, USA}
}
@article{manson2005java,
title={The Java memory model},
author={Manson, Jeremy and Pugh, William and Adve, Sarita V},
journal={ACM SIGPLAN Notices},
volume={40},
number={1},
pages={378--391},
year={2005},
publisher={ACM New York, NY, USA}
}