commit 524735e4525e5966d4d920126dd77248ce0905e5
parent 2a3e42b7b284bc9eb4ef861a324cb1995ac24977
Author: Ivan Gankevich <i.gankevich@spbu.ru>
Date: Mon, 12 Apr 2021 15:02:03 +0300
ref
Diffstat:
1 file changed, 22 insertions(+), 1 deletion(-)
diff --git a/main.bib b/main.bib
@@ -1,5 +1,5 @@
-@InProceedings{llvm,
+@InProceedings{ llvm,
author = {Lattner, Chris and Adve, Vikram},
title = {{LLVM}: A Compilation Framework for Lifelong Program Analysis
\& Transformation},
@@ -13,3 +13,24 @@
location = {Palo Alto, California},
series = {CGO'04}
}
+
+@InProceedings{ lang-virt,
+ author = {Chafi, Hassan and DeVito, Zach and Moors, Adriaan and Rompf,
+ Tiark and Sujeeth, Arvind K. and Hanrahan, Pat and Odersky,
+ Martin and Olukotun, Kunle},
+ title = {Language Virtualization for Heterogeneous Parallel
+ Computing},
+ year = {2010},
+ isbn = {9781450302036},
+ publisher = {Association for Computing Machinery},
+ address = {New York, NY, USA},
+ url = {https://doi.org/10.1145/1869459.1869527},
+ doi = {10.1145/1869459.1869527},
+ booktitle = {Proceedings of the ACM International Conference on Object
+ Oriented Programming Systems Languages and Applications},
+ pages = {835–847},
+ keywords = {domain specific languages, dynamic optimizations, parallel
+ programming},
+ location = {Reno/Tahoe, Nevada, USA},
+ series = {OOPSLA'10}
+}