[pypy-svn] r40810 - pypy/dist/pypy/doc

fijal at codespeak.net fijal at codespeak.net
Tue Mar 20 10:26:27 CET 2007


Author: fijal
Date: Tue Mar 20 10:26:26 2007
New Revision: 40810

Modified:
   pypy/dist/pypy/doc/_ref.txt
   pypy/dist/pypy/doc/jit.txt
Log:
Fix jit reference


Modified: pypy/dist/pypy/doc/_ref.txt
==============================================================================
--- pypy/dist/pypy/doc/_ref.txt	(original)
+++ pypy/dist/pypy/doc/_ref.txt	Tue Mar 20 10:26:26 2007
@@ -33,7 +33,6 @@
 .. _`jit/`: ../../pypy/jit
 .. _`jit/codegen/`: ../../pypy/jit/codegen
 .. _`pypy/jit/codegen/model.py`: ../../pypy/jit/codegen/model.py
-.. _`jit/goal/`: ../../pypy/jit/goal
 .. _`jit/hintannotator/`: ../../pypy/jit/hintannotator
 .. _`jit/timeshifter/`: ../../pypy/jit/timeshifter
 .. _`pypy/jit/timeshifter/rvalue.py`: ../../pypy/jit/timeshifter/rvalue.py

Modified: pypy/dist/pypy/doc/jit.txt
==============================================================================
--- pypy/dist/pypy/doc/jit.txt	(original)
+++ pypy/dist/pypy/doc/jit.txt	Tue Mar 20 10:26:26 2007
@@ -79,9 +79,9 @@
 How to compile a pypy-c with a JIT
 ==================================
 
-Go to ``pypy/jit/goal/`` and run::
+Go to ``pypy/translator/goal/`` and run::
 
-    ../../translator/goal/translate.py  targetjit.py
+    ./translate.py --jit targetpypystandalone
 
 Please first read the warning_ above.  This only works for Intel
 386-compatible machines yet.  **This is not going to speed up your



More information about the Pypy-commit mailing list