[pypy-commit] pypy default: hopefully a better specialization

fijal noreply at buildbot.pypy.org
Sat Apr 14 18:51:15 CEST 2012


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: 
Changeset: r54368:57f6dff7fb22
Date: 2012-04-14 18:50 +0200
http://bitbucket.org/pypy/pypy/changeset/57f6dff7fb22/

Log:	hopefully a better specialization

diff --git a/pypy/rlib/jit.py b/pypy/rlib/jit.py
--- a/pypy/rlib/jit.py
+++ b/pypy/rlib/jit.py
@@ -206,7 +206,7 @@
 
 LIST_CUTOFF = 2
 
- at specialize.argtype(0)
+ at specialize.call_location()
 def loop_unrolling_heuristic(lst, size):
     """ In which cases iterating over items of lst can be unrolled
     """


More information about the pypy-commit mailing list