[pypy-svn] pypy default: two more operations to ignore

fijal commits-noreply at bitbucket.org
Mon Apr 18 08:14:31 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r43438:c5cf2f7b9733
Date: 2011-04-18 08:07 +0200
http://bitbucket.org/pypy/pypy/changeset/c5cf2f7b9733/

Log:	two more operations to ignore

diff --git a/pypy/translator/c/gcc/trackgcroot.py b/pypy/translator/c/gcc/trackgcroot.py
--- a/pypy/translator/c/gcc/trackgcroot.py
+++ b/pypy/translator/c/gcc/trackgcroot.py
@@ -457,6 +457,7 @@
         'shl', 'shr', 'sal', 'sar', 'rol', 'ror', 'mul', 'imul', 'div', 'idiv',
         'bswap', 'bt', 'rdtsc',
         'punpck', 'pshufd', 'pcmp', 'pand', 'psllw', 'pslld', 'psllq',
+        'paddq', 'pinsr',
         # zero-extending moves should not produce GC pointers
         'movz', 
         ])


More information about the Pypy-commit mailing list