Author: Armin Rigo <[email protected]>
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',
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to