Author: Maciej Fijalkowski <[email protected]>
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
 
[email protected](0)
[email protected]_location()
 def loop_unrolling_heuristic(lst, size):
     """ In which cases iterating over items of lst can be unrolled
     """
_______________________________________________
pypy-commit mailing list
[email protected]
http://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to