Author: Maciej Fijalkowski <fij...@gmail.com>
Branch: extradoc
Changeset: r3881:c769601b8521
Date: 2011-08-12 12:01 +0200
http://bitbucket.org/pypy/extradoc/changeset/c769601b8521/

Log:    we don"t have int_add in the jitviewer

diff --git a/blog/draft/jitviewer.rst b/blog/draft/jitviewer.rst
--- a/blog/draft/jitviewer.rst
+++ b/blog/draft/jitviewer.rst
@@ -69,7 +69,7 @@
   operations (like integer addition, reading fields out of structures) and
   guards (which check that the assumptions we made are actually true). Guards
   are in red.  These operations are "at the same level as C": so, for example,
-  ``int_add`` takes two unboxed integers which can be stored into the register
+  ``+`` takes two unboxed integers which can be stored into the register
   of the CPU.
 
 * Assembler: you can see it by clicking on "Show assembler" in the menu on the
_______________________________________________
pypy-commit mailing list
pypy-commit@python.org
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to