[pypy-commit] extradoc extradoc: Add a sentence

arigo noreply at buildbot.pypy.org
Tue Mar 20 18:20:47 CET 2012


Author: Armin Rigo <arigo at tunes.org>
Branch: extradoc
Changeset: r4157:eddece109518
Date: 2012-03-20 18:20 +0100
http://bitbucket.org/pypy/extradoc/changeset/eddece109518/

Log:	Add a sentence

diff --git a/talk/ep2012/stm/abstract.rst b/talk/ep2012/stm/abstract.rst
--- a/talk/ep2012/stm/abstract.rst
+++ b/talk/ep2012/stm/abstract.rst
@@ -24,4 +24,7 @@
 implementation of that API.  I will explain how it can actually be done
 using Automatic Mutual Exclusion, a technique based on Transactional
 Memory.  I will give preliminary results on a modified version of the
-PyPy Python interpreter that show that it can actually work.
+PyPy Python interpreter that show that it can actually work.  I will
+also explain how the API is used, e.g. in a modified Twisted reactor
+that gives multi-core capability to any existing, non-thread-based
+Twisted program.


More information about the pypy-commit mailing list