Author: Carl Friedrich Bolz <cfb...@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 _______________________________________________ pypy-commit mailing list pypy-commit@python.org https://mail.python.org/mailman/listinfo/pypy-commit