Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r54834:5284aa981a13
Date: 2012-04-30 16:29 +0200
http://bitbucket.org/pypy/pypy/changeset/5284aa981a13/

Log:    Add documentation for these options.

diff --git a/pypy/doc/config/objspace.usemodules.transaction.txt 
b/pypy/doc/config/objspace.usemodules.transaction.txt
new file mode 100644
--- /dev/null
+++ b/pypy/doc/config/objspace.usemodules.transaction.txt
@@ -0,0 +1,1 @@
+Use the STM-based 'transaction' module.
diff --git a/pypy/doc/config/translation.stm.txt 
b/pypy/doc/config/translation.stm.txt
new file mode 100644
--- /dev/null
+++ b/pypy/doc/config/translation.stm.txt
@@ -0,0 +1,3 @@
+Enable global STM transformation of the translated interpreter.
+Trades performance for running on multiple cores in individual
+"transactions".
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to