[pypy-svn] r53551 - pypy/branch/jit-hotpath/pypy/jit/codegen/ia32

fijal at codespeak.net fijal at codespeak.net
Mon Apr 7 23:52:40 CEST 2008


Author: fijal
Date: Mon Apr  7 23:52:39 2008
New Revision: 53551

Modified:
   pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py
Log:
Don't try to specialize this for now....


Modified: pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py
==============================================================================
--- pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py	(original)
+++ pypy/branch/jit-hotpath/pypy/jit/codegen/ia32/rgenop.py	Mon Apr  7 23:52:39 2008
@@ -1372,7 +1372,6 @@
             assert 0, "XXX not implemented"
 
     @staticmethod
-    @specialize.arg(0)
     def genzeroconst(kind):
         return ZERO_CONST[kind]
 



More information about the Pypy-commit mailing list