[pypy-svn] r41372 - pypy/dist/pypy/doc/play1

arigo at codespeak.net arigo at codespeak.net
Mon Mar 26 16:52:54 CEST 2007


Author: arigo
Date: Mon Mar 26 16:52:53 2007
New Revision: 41372

Modified:
   pypy/dist/pypy/doc/play1/pypy-c-jit.html
Log:
Link to jit.html.


Modified: pypy/dist/pypy/doc/play1/pypy-c-jit.html
==============================================================================
--- pypy/dist/pypy/doc/play1/pypy-c-jit.html	(original)
+++ pypy/dist/pypy/doc/play1/pypy-c-jit.html	Mon Mar 26 16:52:53 2007
@@ -1,5 +1,7 @@
-The PyPy standard interpreter compiled to C with the mysterious JIT.
-JIT can now speedup very much simple arithmetic operations.
+The PyPy standard interpreter compiled to C with the mysterious
+<a href="http://codespeak.net/pypy/dist/pypy/doc/jit.html">JIT</a>.
+The JIT can now speed up single functions performing some very simple
+arithmetic.
 Paste this example (<a href="javascript:execute_snippet('pypy-c-jit', 0)">paste</a>) for simple function:
 <pre>%s</pre>
-Try running it (test_f1()) and try running <i>pypyjit.enable(f1.func_code)</i> and watch the difference.
+Try running it (<pre>test_f1()</pre>) and try running <pre>pypyjit.enable(f1.func_code)</pre> and watch the difference.



More information about the Pypy-commit mailing list