[pypy-svn] r29095 - pypy/dist/pypy/doc
hpk at codespeak.net
hpk at codespeak.net
Wed Jun 21 20:10:36 CEST 2006
Author: hpk
Date: Wed Jun 21 20:10:35 2006
New Revision: 29095
Modified:
pypy/dist/pypy/doc/getting-started.txt
Log:
clarify an old comment about speed of PyPy
Modified: pypy/dist/pypy/doc/getting-started.txt
==============================================================================
--- pypy/dist/pypy/doc/getting-started.txt (original)
+++ pypy/dist/pypy/doc/getting-started.txt Wed Jun 21 20:10:35 2006
@@ -161,8 +161,9 @@
>>>> pystone.main(10)
The parameter is the number of loops to run through the test. The
-default is 50000, which is far too many to run in a reasonable time
-on the current PyPy implementation.
+default is 50000, which is far too many to run in a non-translated
+PyPy version (i.e. when PyPy's interpreter itself is being interpreted
+by CPython).
py.py options
+++++++++++++
More information about the Pypy-commit
mailing list