[pypy-commit] extradoc extradoc: we don"t have int_add in the jitviewer
fijal
noreply at buildbot.pypy.org
Fri Aug 12 11:58:45 CEST 2011
Author: Maciej Fijalkowski <fijall at 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
More information about the pypy-commit
mailing list