Start DBI chapter

This commit is contained in:
2022-05-17 15:49:16 +02:00
parent 0584e7fe6b
commit 13df888c4f
8 changed files with 205 additions and 9 deletions

39
doc.bib
View File

@@ -1,8 +1,33 @@
@Article{ weiser91,
title = "{The Computer for the 21st Century}",
author = "Mark Weiser",
journal = "Scientific American",
pages = "94--104",
month = sep,
year = "1991"
@Article{Bruening2003,
author = {Bruening, D. and Garnett, T. and Amarasinghe, S.},
journal = {International Symposium on Code Generation and Optimization, 2003. CGO 2003.},
title = {An infrastructure for adaptive dynamic optimization},
year = {2003},
doi = {10.1109/CGO.2003.1191551},
}
@Article{Bruening2004,
author = {Bruening, D.},
journal = {Massachusetts Institute of Technology},
title = {Efficient, transparent, and comprehensive runtime code manipulation},
year = {2004},
}
@InProceedings{Abel19a,
author = {Abel, Andreas and Reineke, Jan},
booktitle = {ASPLOS},
title = {uops.info: Characterizing Latency, Throughput, and Port Usage of Instructions on Intel Microarchitectures},
year = {2019},
address = {New York, NY, USA},
pages = {673--686},
publisher = {ACM},
series = {ASPLOS '19},
acmid = {3304062},
doi = {10.1145/3297858.3304062},
isbn = {978-1-4503-6240-5},
location = {Providence, RI, USA},
numpages = {14},
url = {http://doi.acm.org/10.1145/3297858.3304062},
}
@Comment{jabref-meta: databaseType:bibtex;}