Author: Armin Rigo <[email protected]>
Branch: stm-gc
Changeset: r52843:3a8110f537ee
Date: 2012-02-24 11:27 +0100
http://bitbucket.org/pypy/pypy/changeset/3a8110f537ee/

Log:    Add this.

diff --git a/pypy/translator/stm/gcsource.py b/pypy/translator/stm/gcsource.py
--- a/pypy/translator/stm/gcsource.py
+++ b/pypy/translator/stm/gcsource.py
@@ -5,6 +5,8 @@
 
 COPIES_POINTER = set([
     'force_cast', 'cast_pointer', 'same_as', 'cast_opaque_ptr',
+    'jit_force_virtual',
+    # as well as most 'hint' operations, but not all --- see below
     ])
 
 
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to