[pypy-svn] pypy out-of-line-guards: add movhpd to ignored ops
fijal
commits-noreply at bitbucket.org
Mon Feb 28 17:49:07 CET 2011
Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: out-of-line-guards
Changeset: r42344:badaaaabb867
Date: 2011-02-28 18:48 +0200
http://bitbucket.org/pypy/pypy/changeset/badaaaabb867/
Log: add movhpd to ignored ops
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
@@ -450,7 +450,7 @@
# floating-point operations cannot produce GC pointers
'f',
'cvt', 'ucomi', 'comi', 'subs', 'subp' , 'adds', 'addp', 'xorp',
- 'movap', 'movd', 'movlp', 'sqrtsd',
+ 'movap', 'movd', 'movlp', 'sqrtsd', 'movhpd',
'mins', 'minp', 'maxs', 'maxp', 'unpck', 'pxor', 'por', # sse2
# arithmetic operations should not produce GC pointers
'inc', 'dec', 'not', 'neg', 'or', 'and', 'sbb', 'adc',
More information about the Pypy-commit
mailing list