[pypy-svn] r60626 - pypy/extradoc/talk/ecoop2009

cfbolz at codespeak.net cfbolz at codespeak.net
Fri Dec 19 21:39:39 CET 2008


Author: cfbolz
Date: Fri Dec 19 21:39:38 2008
New Revision: 60626

Modified:
   pypy/extradoc/talk/ecoop2009/main.bbl
   pypy/extradoc/talk/ecoop2009/main.bib
Log:
oops, forgot to save


Modified: pypy/extradoc/talk/ecoop2009/main.bbl
==============================================================================
--- pypy/extradoc/talk/ecoop2009/main.bbl	(original)
+++ pypy/extradoc/talk/ecoop2009/main.bbl	Fri Dec 19 21:39:38 2008
@@ -8,6 +8,13 @@
   {P}roceedings of the 2007 {S}ymposium on {D}ynamic {L}anguages}, pages
   53--64. ACM, 2007.
 
+\bibitem{Blanchet99escapeanalysis}
+Bruno Blanchet.
+\newblock Escape analysis for object oriented languages. application to java.
+\newblock In {\em In Proceedings of the 14th Annual Conference on
+  Object-Oriented Programming Systems, Languages and Applications}, pages
+  20--34, 1999.
+
 \bibitem{BolzEtAl08}
 C.~F. Bolz, A.~Kuhn, A.~Lienhard, N.~D. Matsakis, O.~Nierstrasz, L.~Renggli,
   A.~Rigo, and T.~Verwaest.
@@ -37,6 +44,14 @@
   {C}.
 \newblock In {\em POPL}, pages 145--156, 1996.
 
+\bibitem{Choi99escapeanalysis}
+Jong deok Choi, Manish Gupta, Mauricio Serrano, Vugranam~C. Sreedhar, and Sam
+  Midkiff.
+\newblock Escape analysis for java.
+\newblock In {\em In Proceedings of the 14th Annual Conference on
+  Object-Oriented Programming Systems, Languages and Applications}, pages
+  1--19. ACM Press, 1999.
+
 \bibitem{Futamura99}
 Yoshihiko Futamura.
 \newblock Partial evaluation of computation process, revisited.

Modified: pypy/extradoc/talk/ecoop2009/main.bib
==============================================================================
--- pypy/extradoc/talk/ecoop2009/main.bib	(original)
+++ pypy/extradoc/talk/ecoop2009/main.bib	Fri Dec 19 21:39:38 2008
@@ -164,3 +164,20 @@
 	year = {2001},
 	pages = {238-256}
 }
+
+ at INPROCEEDINGS{Blanchet99escapeanalysis,
+    author = {Bruno Blanchet},
+    title = {Escape Analysis for Object Oriented Languages. Application to Java},
+    booktitle = {In Proceedings of the 14th Annual Conference on Object-Oriented Programming Systems, Languages and Applications},
+    year = {1999},
+    pages = {20--34}
+}
+
+ at INPROCEEDINGS{Choi99escapeanalysis,
+    author = {Jong-deok Choi and Manish Gupta and Mauricio Serrano and Vugranam C. Sreedhar and Sam Midkiff},
+    title = {Escape Analysis for Java},
+    booktitle = {In Proceedings of the 14th Annual Conference on Object-Oriented Programming Systems, Languages and Applications},
+    year = {1999},
+    pages = {1--19},
+    publisher = {ACM Press}
+}



More information about the Pypy-commit mailing list