[pypy-commit] extradoc extradoc: Comment

arigo noreply at buildbot.pypy.org
Thu May 22 12:07:22 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r5262:833c4c1666b9
Date: 2014-05-22 12:07 +0200
http://bitbucket.org/pypy/extradoc/changeset/833c4c1666b9/

Log:	Comment

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
@@ -79,6 +79,7 @@
 
 \newcommand\remi[1]{\mynote{Remi}{#1}}
 \newcommand\cfbolz[1]{\mynote{cfbolz}{#1}}
+\newcommand\arigo[1]{\mynote{arigo}{#1}}
 
 
 
@@ -173,7 +174,9 @@
 \begin{itemize}[noitemsep]
 \item We introduce a new software transactional memory (STM) system
   that performs well even on low numbers of CPUs. It uses a novel
-  combination of hardware features and garbage collector (GC)
+  combination of hardware features\arigo{"OS-level feature" maybe.
+  "Hardware feature" implies it only works on custom chips}
+  and garbage collector (GC)
   integration in order to keep the overhead of STM very low.
 \item This new STM system is used to replace the GIL in Python and is
   then evaluated extensively.


More information about the pypy-commit mailing list