Author: Armin Rigo <[email protected]> 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. _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
