[pypy-commit] extradoc extradoc: comment some currently unused references

Raemi noreply at buildbot.pypy.org
Mon Jun 2 18:03:11 CEST 2014


Author: Remi Meier <remi.meier at inf.ethz.ch>
Branch: extradoc
Changeset: r5287:973618cb5a3f
Date: 2014-06-02 18:03 +0200
http://bitbucket.org/pypy/extradoc/changeset/973618cb5a3f/

Log:	comment some currently unused 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
@@ -1179,7 +1179,7 @@
 \begin{figure}[h]
   \centering
   \includegraphics[width=1\columnwidth]{plots/performance_nojit.pdf}
-  \caption{Comparing runtime between interpreters without a JIT\label{fig:performance-nojit}}
+  \caption{Comparing execution time between interpreters without a JIT\label{fig:performance-nojit}}
 \end{figure}
 
 
@@ -1213,7 +1213,7 @@
 \begin{figure}[h]
   \centering
   \includegraphics[width=1\columnwidth]{plots/performance.pdf}
-  \caption{Comparing runtime between interpreters with JIT\label{fig:performance-jit}}
+  \caption{Comparing execution time between interpreters with JIT\label{fig:performance-jit}}
 \end{figure}
 
 
@@ -1330,11 +1330,11 @@
 
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 
-\bibitem{dan07}
-  Dan Grossman. 2007. The transactional memory / garbage collection
-  analogy. \emph{In Proceedings of the 22nd annual ACM SIGPLAN
-    conference on Object-oriented programming systems and
-    applications} (OOPSLA '07).
+% \bibitem{dan07}
+%   Dan Grossman. 2007. The transactional memory / garbage collection
+%   analogy. \emph{In Proceedings of the 22nd annual ACM SIGPLAN
+%     conference on Object-oriented programming systems and
+%     applications} (OOPSLA '07).
 
 
 \bibitem{odaira14}
@@ -1369,16 +1369,16 @@
   processor's hardware transactional memory support. \emph{SIGARCH
   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.
+% \bibitem{felber07}
+%   Felber, Pascal, et al. "Transactifying applications using an open
+%   compiler framework." \emph{TRANSACT}, August (2007): 4-6.
 
-\bibitem{bill06}
-  Bill McCloskey, Feng Zhou, David Gay, and Eric
-  Brewer. 2006. Autolocker: synchronization inference for atomic
-  sections. \emph{In Conference record of the 33rd ACM SIGPLAN-SIGACT
-  symposium on Principles of programming languages (POPL '06)}. ACM,
-  New York, NY, USA
+% \bibitem{bill06}
+%   Bill McCloskey, Feng Zhou, David Gay, and Eric
+%   Brewer. 2006. Autolocker: synchronization inference for atomic
+%   sections. \emph{In Conference record of the 33rd ACM SIGPLAN-SIGACT
+%   symposium on Principles of programming languages (POPL '06)}. ACM,
+%   New York, NY, USA
 
 \bibitem{spear09}
   Spear, Michael F., et al. "Transactional mutex locks." \emph{SIGPLAN
@@ -1418,17 +1418,17 @@
   characteristics. \emph{SIGARCH Comput. Archit. News} 36, 1 (March 2008),
   329-339.
 
-\bibitem{leis14}
-  Leis, Viktor, Alfons Kemper, and Thomas Neumann. "Exploiting
-  Hardware Transactional Memory in Main-Memory Databases."
-  \emph{Proc. of ICDE}. 2014.
+% \bibitem{leis14}
+%   Leis, Viktor, Alfons Kemper, and Thomas Neumann. "Exploiting
+%   Hardware Transactional Memory in Main-Memory Databases."
+%   \emph{Proc. of ICDE}. 2014.
 
-\bibitem{biased}
-  Kenneth Russell and David Detlefs. 2006. Eliminating
-  synchronization-related atomic operations with biased locking and
-  bulk rebiasing. \emph{In Proceedings of the 21st annual ACM SIGPLAN
-    conference on Object-oriented programing, systems, languages, and
-    applications} (OOPSLA '06).
+% \bibitem{biased}
+%   Kenneth Russell and David Detlefs. 2006. Eliminating
+%   synchronization-related atomic operations with biased locking and
+%   bulk rebiasing. \emph{In Proceedings of the 21st annual ACM SIGPLAN
+%     conference on Object-oriented programing, systems, languages, and
+%     applications} (OOPSLA '06).
 
 \end{thebibliography}
 


More information about the pypy-commit mailing list