[pypy-commit] extradoc extradoc: fix some references

Raemi noreply at buildbot.pypy.org
Mon Jun 16 11:02:47 CEST 2014


Author: Remi Meier <remi.meier at inf.ethz.ch>
Branch: extradoc
Changeset: r5345:0b30cb1cdf7e
Date: 2014-06-16 11:02 +0200
http://bitbucket.org/pypy/extradoc/changeset/0b30cb1cdf7e/

Log:	fix some references

diff --git a/talk/dls2014/paper/paper.tex b/talk/dls2014/paper/paper.tex
--- a/talk/dls2014/paper/paper.tex
+++ b/talk/dls2014/paper/paper.tex
@@ -140,13 +140,13 @@
 % Virtual Memory Assisted Transactional Memory for Dynamic Languages}
 
 \authorinfo{Remigius Meier}
-           {Department of Computer Science\\ ETH Zürich}
+           {Department of Computer Science\\ ETH Zürich, Switzerland}
            {remi.meier at inf.ethz.ch}
 \authorinfo{Armin Rigo}
            {www.pypy.org}
            {arigo at tunes.org}
 \authorinfo{Thomas Gross}
-           {Department of Computer Science\\ ETH Zürich}
+           {Department of Computer Science\\ ETH Zürich, Switzerland}
            {thomas.gross at inf.ethz.ch}
 
 \maketitle
diff --git a/talk/icooolps2014/position-paper.tex b/talk/icooolps2014/position-paper.tex
--- a/talk/icooolps2014/position-paper.tex
+++ b/talk/icooolps2014/position-paper.tex
@@ -49,10 +49,10 @@
 %% \preprintfooter{short description of paper}   % 'preprint' option specified.
 
 \title{A Way Forward in Parallelising Dynamic Languages}
-\subtitle{Position Paper, ICOOOLPS'14}
+%\subtitle{Position Paper, ICOOOLPS'14}
 
 \authorinfo{Remigius Meier}
-           {Department of Computer Science\\ ETH Zürich}
+           {Department of Computer Science\\ ETH Zürich, Switzerland}
            {remi.meier at inf.ethz.ch}
 \authorinfo{Armin Rigo}
            {www.pypy.org}
@@ -496,18 +496,20 @@
     Principles and practice of parallel programming.} ACM, 2014.
 
 \bibitem{warmhoff13}
-  Wamhoff, Jons-Tobias, et al. "FastLane: improving performance of
-  software transactional memory for low thread counts."
-  \emph{Proceedings of the 18th ACM SIGPLAN symposium on Principles
-    and practice of parallel programming.} ACM, 2013.
+  Jons-Tobias Wamhoff, Christof Fetzer, Pascal Felber, Etienne Rivière,
+  and Gilles Muller. 2013. FastLane: improving performance of software
+  transactional memory for low thread counts. \emph{SIGPLAN Not.} 48, 8
+  (February 2013), 113-122.
 
-\bibitem{drago11}
-  Dragojević, Aleksandar, et al. "Why STM can be more than a research
-  toy." \emph{Communications of the ACM} 54.4 (2011): 70-77.
+\bibitem{drago11} Aleksandar Dragojević, Pascal Felber, Vincent
+  Gramoli, and Rachid Guerraoui. 2011. Why STM can be more than a
+  research toy. \emph{Commun. ACM} 54, 4 (April 2011), 70-77.
 
 \bibitem{cascaval08}
-  Cascaval, Calin, et al. "Software transactional memory: Why is it
-  only a research toy?." \emph{Queue} 6.5 (2008): 40.
+  Calin Cascaval, Colin Blundell, Maged Michael, Harold W. Cain, Peng
+  Wu, Stefanie Chiras, and Siddhartha Chatterjee. 2008. Software
+  transactional memory: why is it only a research
+  toy?. \emph{Commun. ACM} 51, 11 (November 2008), 40-46.
 
 \bibitem{nicholas06}
   Nicholas Riley and Craig Zilles. 2006. Hardware transactional memory
@@ -522,8 +524,10 @@
   Comput. Archit. News 38}, 5 (April 2010)
 
 \bibitem{felber07}
-  Felber, Pascal, et al. "Transactifying applications using an open
-  compiler framework." \emph{TRANSACT}, August (2007): 4-6.
+  Pascal Felber and Torvald Riegel and Christof Fetzer and Martin
+  Süßkraut and Ulrich Müller and Heiko Sturzrehm. 2007. Transactifying
+  applications using an open compiler framework. \emph{TRANSACT}, August
+  (2007): 4-6.
 
 \bibitem{bill06}
   Bill McCloskey, Feng Zhou, David Gay, and Eric
@@ -533,8 +537,11 @@
   New York, NY, USA
 
 \bibitem{spear09}
-  Spear, Michael F., et al. "Transactional mutex locks." \emph{SIGPLAN
-    Workshop on Transactional Computing.} 2009.
+  Luke Dalessandro, Dave Dice, Michael Scott, Nir Shavit, and Michael
+  Spear. 2010. Transactional mutex locks. In \emph{Proceedings of the
+    16th international Euro-Par conference on Parallel processing: Part
+    II} (Euro-Par'10), Pasqua D'Ambra, Mario Guarracino, and Domenico
+  Talia (Eds.). Springer-Verlag, Berlin, Heidelberg, 2-13.
 
 \bibitem{lamport79}
   Lamport, Leslie. "How to make a multiprocessor computer that


More information about the pypy-commit mailing list