[pypy-commit] extradoc extradoc: add ssa reference

cfbolz noreply at buildbot.pypy.org
Thu Aug 9 14:44:19 CEST 2012


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r4488:43bbddb246d7
Date: 2012-08-09 14:43 +0200
http://bitbucket.org/pypy/extradoc/changeset/43bbddb246d7/

Log:	add ssa reference

diff --git a/talk/vmil2012/zotero.bib b/talk/vmil2012/zotero.bib
--- a/talk/vmil2012/zotero.bib
+++ b/talk/vmil2012/zotero.bib
@@ -116,6 +116,17 @@
 	pages = {32&#8211;43}
 },
 
+ at article{cytron_efficiently_1991,
+	title = {Efficiently Computing Static Single Assignment Form and the Control Dependence Graph},
+	volume = {13},
+	number = {4},
+	journal = {{ACM} Transactions on Programming Languages and Systems},
+	author = {Cytron, Ron and Ferrante, Jeanne and Rosen, Barry K. and Wegman, Mark N. and Zadeck, F. Kenneth},
+	month = oct,
+	year = {1991},
+	pages = {451&#8211;490}
+},
+
 @inproceedings{bolz_tracing_2009,
 	address = {Genova, Italy},
 	title = {Tracing the meta-level: {PyPy's} tracing {JIT} compiler},


More information about the pypy-commit mailing list