[pypy-commit] extradoc extradoc: try to clarify this

cfbolz noreply at buildbot.pypy.org
Fri Apr 4 11:57:52 CEST 2014


Author: Carl Friedrich Bolz <cfbolz at gmx.de>
Branch: extradoc
Changeset: r5175:a222f0289211
Date: 2014-04-04 11:57 +0200
http://bitbucket.org/pypy/extradoc/changeset/a222f0289211/

Log:	try to clarify this

diff --git a/planning/tmdonate2.txt b/planning/tmdonate2.txt
--- a/planning/tmdonate2.txt
+++ b/planning/tmdonate2.txt
@@ -58,9 +58,9 @@
 Transactional Memory in PyPy.  This is a technique that recently came to
 the front of the multi-core scene.  It promises to offer multi-core CPU
 usage without requiring to fall back to the multi-process solutions
-described above, and also without using the ``threading`` module —
-just as a small, local extension of the programming language that would
-be used only in the core of the event loops.
+described above, and also should allow to change the core of the event systems
+mentioned above to enable the use of multiple cores without the use of the
+``threading`` module.
 
 The first proposal was launched near the start of 2012 and has covered
 the fundamental research part, up to the point of getting a first


More information about the pypy-commit mailing list