Author: Armin Rigo <ar...@tunes.org>
Branch: extradoc
Changeset: r5059:cfabe6782afc
Date: 2013-09-14 16:26 +0200
http://bitbucket.org/pypy/extradoc/changeset/cfabe6782afc/

Log:    Small change (Thanks Laura)

diff --git a/talk/pycon2014/abstract.rst b/talk/pycon2014/abstract.rst
--- a/talk/pycon2014/abstract.rst
+++ b/talk/pycon2014/abstract.rst
@@ -49,8 +49,9 @@
 parallelism.)
 
 Depending on the status of pypy-stm at the time of the presentation, I
-will give demos of this, explaining in detail what people can expect to
-have to change (very little), and how it performs on real applications.
+will give demos of this, explaining in detail which kinds of programs
+are amenable to parallelism and which are not; and for the ones that
+are, how pypy-stm performs.
 
 I will then give a comparison with the alternative approaches:
 independent processes; the stdlib 'multiprocessing' package; or custom
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to