[pypy-commit] pypy conditional_call_value_4: fix comment (thanks cfbolz)

arigo pypy.commits at gmail.com
Thu Nov 24 06:41:26 EST 2016


Author: Armin Rigo <arigo at tunes.org>
Branch: conditional_call_value_4
Changeset: r88632:07b9b5f5b593
Date: 2016-11-24 12:40 +0100
http://bitbucket.org/pypy/pypy/changeset/07b9b5f5b593/

Log:	fix comment (thanks cfbolz)

diff --git a/rpython/jit/metainterp/resoperation.py b/rpython/jit/metainterp/resoperation.py
--- a/rpython/jit/metainterp/resoperation.py
+++ b/rpython/jit/metainterp/resoperation.py
@@ -1098,7 +1098,7 @@
     'FORCE_TOKEN/0/r',    # historical name; nowadays, returns the jitframe
     'VIRTUAL_REF/2/r',    # removed before it's passed to the backend
     'STRHASH/1/i',        # only reading the .hash field, might be zero so far
-    'UNICODEHASH/1/i',    #  "
+    'UNICODEHASH/1/i',    #     (unless applied on consts, where .hash is forced)
     # this one has no *visible* side effect, since the virtualizable
     # must be forced, however we need to execute it anyway
     '_NOSIDEEFFECT_LAST', # ----- end of no_side_effect operations -----


More information about the pypy-commit mailing list