Author: Wim Lavrijsen <[email protected]> Branch: reflex-support Changeset: r55712:389a51de180c Date: 2012-06-18 14:13 -0700 http://bitbucket.org/pypy/pypy/changeset/389a51de180c/
Log: merge default into branch diff --git a/pypy/doc/release-1.9.0.rst b/pypy/doc/release-1.9.0.rst --- a/pypy/doc/release-1.9.0.rst +++ b/pypy/doc/release-1.9.0.rst @@ -102,8 +102,8 @@ JitViewer ========= -There is a corresponding 1.9 release of JitViewer which is guaranteed to work -with PyPy 1.9. See the `JitViewer docs`_ for details. +There will be a corresponding 1.9 release of JitViewer which is guaranteed +to work with PyPy 1.9. See the `JitViewer docs`_ for details. .. _`JitViewer docs`: http://bitbucket.org/pypy/jitviewer 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 @@ -476,7 +476,7 @@ # floating-point operations cannot produce GC pointers 'f', 'cvt', 'ucomi', 'comi', 'subs', 'subp' , 'adds', 'addp', 'xorp', - 'movap', 'movd', 'movlp', 'sqrt', 'rsqrt', 'movhpd', + 'movap', 'movd', 'movlp', 'movup', 'sqrt', 'rsqrt', 'movhpd', 'mins', 'minp', 'maxs', 'maxp', 'unpck', 'pxor', 'por', # sse2 'shufps', 'shufpd', # arithmetic operations should not produce GC pointers _______________________________________________ pypy-commit mailing list [email protected] http://mail.python.org/mailman/listinfo/pypy-commit
