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

fijal at codespeak.net fijal at codespeak.net
Tue Apr 3 16:33:46 CEST 2007


Author: fijal
Date: Tue Apr  3 16:33:44 2007
New Revision: 41852

Modified:
   pypy/dist/pypy/doc/jit.txt
Log:
Add a bit about integer arithmetics


Modified: pypy/dist/pypy/doc/jit.txt
==============================================================================
--- pypy/dist/pypy/doc/jit.txt	(original)
+++ pypy/dist/pypy/doc/jit.txt	Tue Apr  3 16:33:44 2007
@@ -31,8 +31,8 @@
 ---------------
 
 So far there is little point in trying the JIT on anything else than
-arithmetic-intensive functions (unless you want to help find bugs).  For
-small examples, you can also look at the machine code it produces, but
+integer arithmetic-intensive functions (unless you want to help find bugs).
+For small examples, you can also look at the machine code it produces, but
 if you do please keep in mind that the assembler will look fundamentally
 different after we extend the range of PyPy that the JIT generator
 processes.



More information about the Pypy-commit mailing list