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

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


Author: pedronis
Date: Thu Feb 15 23:22:30 2007
New Revision: 38984

Modified:
   pypy/dist/pypy/doc/config/translation.profopt.txt
Log:
make this descr a bit more general than just about pypy-c .



Modified: pypy/dist/pypy/doc/config/translation.profopt.txt
==============================================================================
--- pypy/dist/pypy/doc/config/translation.profopt.txt	(original)
+++ pypy/dist/pypy/doc/config/translation.profopt.txt	Thu Feb 15 23:22:30 2007
@@ -1,3 +1,5 @@
-Use GCCs profile-guided optimizations. This option specifies the the arguments
-with which to call pypy-c to gather profile data. Example:
-"-c 'from richards import main;main(); from test import pystone; pystone.main()'"
+Use GCCs profile-guided optimizations. This option specifies the the
+arguments with which to call pypy-c (and in general the translated
+RPython program) to gather profile data. Example for pypy-c: "-c 'from
+richards import main;main(); from test import pystone;
+pystone.main()'"



More information about the Pypy-commit mailing list