[pypy-svn] r38985 - pypy/dist/pypy/doc/config

pedronis at codespeak.net pedronis at codespeak.net
Thu Feb 15 23:23:32 CET 2007


Author: pedronis
Date: Thu Feb 15 23:23:31 2007
New Revision: 38985

Modified:
   pypy/dist/pypy/doc/config/translation.backendopt.remove_asserts.txt
Log:
slight rewording.



Modified: pypy/dist/pypy/doc/config/translation.backendopt.remove_asserts.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.backendopt.remove_asserts.txt	(original)
+++ pypy/dist/pypy/doc/config/translation.backendopt.remove_asserts.txt	Thu Feb 15 23:23:31 2007
@@ -1 +1 @@
-Remove assertion errors from the flowgraphs, which might give small speedups.
+Remove raising of assertions from the flowgraphs, which might give small speedups.



More information about the Pypy-commit mailing list