Author: Maciej Fijalkowski <[email protected]>
Branch: optresult-unroll
Changeset: r79329:92bdb99cc924
Date: 2015-08-31 19:13 +0200
http://bitbucket.org/pypy/pypy/changeset/92bdb99cc924/

Log:    add a bigger warning

diff --git a/rpython/jit/metainterp/optimizeopt/unroll.py 
b/rpython/jit/metainterp/optimizeopt/unroll.py
--- a/rpython/jit/metainterp/optimizeopt/unroll.py
+++ b/rpython/jit/metainterp/optimizeopt/unroll.py
@@ -252,6 +252,7 @@
             self.short_preamble_producer.target_token is target_token):
             # this means we're inlining the short preamble that's being
             # built. Make sure we modify the correct things in-place
+            # THIS WILL MODIFY ALL THE LISTS PROVIDED, POTENTIALLY
             self.short_preamble_producer.setup(short_inputargs, 
short_jump_args,
                                                short, label_op.getarglist())
         try:
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to