[pypy-commit] pypy default: Some extra instructions

arigo noreply at buildbot.pypy.org
Tue May 13 21:03:09 CEST 2014


Author: Armin Rigo <arigo at tunes.org>
Branch: 
Changeset: r71494:a8c3e1620409
Date: 2014-05-13 21:02 +0200
http://bitbucket.org/pypy/pypy/changeset/a8c3e1620409/

Log:	Some extra instructions

diff --git a/rpython/translator/c/gcc/trackgcroot.py b/rpython/translator/c/gcc/trackgcroot.py
--- a/rpython/translator/c/gcc/trackgcroot.py
+++ b/rpython/translator/c/gcc/trackgcroot.py
@@ -522,7 +522,7 @@
         # raw data, not GC pointers
         'movnt', 'mfence', 'lfence', 'sfence',
         # bit manipulations
-        'bextr',
+        'andn', 'bextr', 'blsi', 'blsmask', 'blsr', 'tzcnt', 'lzcnt',
     ])
 
     # a partial list is hopefully good enough for now; it's all to support


More information about the pypy-commit mailing list