Author: Armin Rigo <[email protected]>
Branch: stm-thread
Changeset: r55034:b7a2e0eaf788
Date: 2012-05-11 12:42 +0200
http://bitbucket.org/pypy/pypy/changeset/b7a2e0eaf788/

Log:    Update the doc.

diff --git a/pypy/doc/config/translation.stm.txt 
b/pypy/doc/config/translation.stm.txt
--- a/pypy/doc/config/translation.stm.txt
+++ b/pypy/doc/config/translation.stm.txt
@@ -1,3 +1,5 @@
 Enable global STM transformation of the translated interpreter.
-Trades performance for running on multiple cores in individual
-"transactions".
+
+This is a trade-off: for some performance cost, the resulting
+interpreter is able to execute multiple threads on multiple cores
+in parallel.
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to