[pypy-svn] r71329 - pypy/trunk/pypy/rlib
david at codespeak.net
david at codespeak.net
Fri Feb 19 15:53:22 CET 2010
Author: david
Date: Fri Feb 19 15:53:21 2010
New Revision: 71329
Modified:
pypy/trunk/pypy/rlib/rgc.py
Log:
(cfbolz, david) this is needed too
Modified: pypy/trunk/pypy/rlib/rgc.py
==============================================================================
--- pypy/trunk/pypy/rlib/rgc.py (original)
+++ pypy/trunk/pypy/rlib/rgc.py Fri Feb 19 15:53:21 2010
@@ -274,6 +274,7 @@
llmemory.sizeof(TP.OF) * length)
keepalive_until_here(source)
keepalive_until_here(dest)
+ll_arraycopy._annenforceargs_ = [None, None, int, int, int]
ll_arraycopy._annspecialcase_ = 'specialize:ll'
ll_arraycopy._jit_look_inside_ = False
More information about the Pypy-commit
mailing list