[pypy-commit] pypy stm-gc: Add this.

arigo noreply at buildbot.pypy.org
Fri Feb 24 11:32:27 CET 2012


Author: Armin Rigo <arigo at tunes.org>
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
     ])
 
 


More information about the pypy-commit mailing list