[pypy-commit] extradoc extradoc: add to references to the related work section

bivab noreply at buildbot.pypy.org
Tue Jul 24 12:18:52 CEST 2012


Author: David Schneider <david.schneider at picle.org>
Branch: extradoc
Changeset: r4348:89c55d86357c
Date: 2012-07-24 12:18 +0200
http://bitbucket.org/pypy/extradoc/changeset/89c55d86357c/

Log:	add to references to the related work section

diff --git a/talk/vmil2012/paper.bib b/talk/vmil2012/paper.bib
--- a/talk/vmil2012/paper.bib
+++ b/talk/vmil2012/paper.bib
@@ -53,4 +53,17 @@
 	author = {Bolz, Carl Friedrich and Cuni, Antonio and Fija&#322;kowski, Maciej and Rigo, Armin},
 	year = {2009},
 	pages = {18--25}
-}
\ No newline at end of file
+}
+ at inproceedings{Gal:2009ux,
+        author = {Gal, Andreas and Franz, Michael and Eich, B and Shaver, M and Anderson, David},
+        title = {{Trace-based Just-in-Time Type Specialization for Dynamic Languages}},
+        booktitle = {PLDI '09: Proceedings of the ACM SIGPLAN 2009 conference on Programming language design and implementation},
+        url = {http://portal.acm.org/citation.cfm?id=1542528},
+}
+ at inproceedings{Bala:2000wv,
+        author = {Bala, Vasanth and Duesterwald, Evelyn and Banerjia, Sanjeev},
+        title = {{Dynamo: A Transparent Dynamic Optimization System}},
+        booktitle = {PLDI '00: Proceedings of the ACM SIGPLAN 2000 conference on Programming language design and implementation},
+}
+
+
diff --git a/talk/vmil2012/paper.tex b/talk/vmil2012/paper.tex
--- a/talk/vmil2012/paper.tex
+++ b/talk/vmil2012/paper.tex
@@ -467,6 +467,11 @@
 of the unoptimized code,
 the transfer code is quite large.
 
+\bivab{mention Gal et al.~\cite{Gal:2009ux} trace stitching}
+and also mention \bivab{Dynamo's fragment linking~\cite{Bala:2000wv}} in
+relation to the low-level guard handling.
+
+
 
 
 \section{Conclusion}


More information about the pypy-commit mailing list