[pypy-commit] extradoc extradoc: Move the table to page 3.

arigo noreply at buildbot.pypy.org
Mon May 5 16:31:43 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5240:11071f8ef812
Date: 2014-05-05 16:31 +0200
http://bitbucket.org/pypy/extradoc/changeset/11071f8ef812/

Log:	Move the table to page 3.

diff --git a/talk/icooolps2014/position-paper.pdf b/talk/icooolps2014/position-paper.pdf
index d0e11f70c50dc0b0e812b86a8ade78182e267737..61eddb1d20c2838e3b9a63f29aa5080dbda0a2aa
GIT binary patch

[cut]

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
@@ -145,30 +145,6 @@
 %% fix that.
 
 
-\begin{table*}[ht]
-  \centering
-  \begin{tabular}{|l|c|c|c|c|c|}
-    \hline
-    & \textbf{GIL} & \textbf{Fine-grained locking}
-    & \textbf{Shared-nothing} & \textbf{HTM} & \textbf{STM}\\
-    \hline
-    Performance (single threaded) & ++   & +  & ++   & ++ & -{-} \\
-    \hline
-    Performance (multithreaded)   & -{-} & +  & +    & +  & +    \\
-    \hline
-    Existing applications         & ++   & ++ & -{-} & ++ & ++   \\
-    \hline
-    Better synchronisation        & o    & o  &      & o  & ++   \\
-    \hline
-    Implementation                & ++   & -  & ++   & ++ & ++   \\
-    \hline
-    External libraries            & ++   & ++ & ++   & ++ & ++   \\
-    \hline
-  \end{tabular}
-  \caption{Comparison between the approaches (-{-}/-/o/+/++)}
-  \label{tab:comparison}
-\end{table*}
-
 \section{Discussion}
 
 In this section we examine the approaches and highlight their
@@ -230,6 +206,32 @@
 
 
 
+\begin{table*}[ht]
+  \centering
+  \begin{tabular}{|l|c|c|c|c|c|}
+    \hline
+    & \textbf{GIL} & \textbf{Fine-grained locking}
+    & \textbf{Shared-nothing} & \textbf{HTM} & \textbf{STM}\\
+    \hline
+    Performance (single threaded) & ++   & +  & ++   & ++ & -{-} \\
+    \hline
+    Performance (multithreaded)   & -{-} & +  & +    & +  & +    \\
+    \hline
+    Existing applications         & ++   & ++ & -{-} & ++ & ++   \\
+    \hline
+    Better synchronisation        & o    & o  &      & o  & ++   \\
+    \hline
+    Implementation                & ++   & -  & ++   & ++ & ++   \\
+    \hline
+    External libraries            & ++   & ++ & ++   & ++ & ++   \\
+    \hline
+  \end{tabular}
+  \caption{Comparison between the approaches (-{-}/-/o/+/++)}
+  \label{tab:comparison}
+\end{table*}
+
+
+
 \subsection{Potential Solutions}
 
 For the discussion we define a set of criteria to evaluate the


More information about the pypy-commit mailing list