[pypy-commit] pypy gc_no_cleanup_nursery: Mention that the offset must be constant

arigo noreply at buildbot.pypy.org
Thu Sep 25 10:17:15 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: gc_no_cleanup_nursery
Changeset: r73692:fe2dc9a68bb6
Date: 2014-09-25 10:16 +0200
http://bitbucket.org/pypy/pypy/changeset/fe2dc9a68bb6/

Log:	Mention that the offset must be constant

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
@@ -507,7 +507,7 @@
     'RAW_STORE/3d',
     'SETFIELD_GC/2d',
     'ZERO_PTR_FIELD/2', # only emitted by the rewrite, clears a pointer field
-                        # at a given offset, no descr
+                        # at a given constant offset, no descr
     'ZERO_ARRAY/3d',    # only emitted by the rewrite, clears (part of) an array
                         # [arraygcptr, firstindex, length], descr=ArrayDescr
     'SETFIELD_RAW/2d',


More information about the pypy-commit mailing list