Author: Squeaky <[email protected]>
Branch: simple-range-strategy
Changeset: r69684:23c813f8c613
Date: 2014-03-04 18:45 +0100
http://bitbucket.org/pypy/pypy/changeset/23c813f8c613/

Log:    document branch

diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/doc/whatsnew-head.rst
@@ -94,3 +94,8 @@
 
 .. branch: test-58c3d8552833
 Fix for getarrayitem_gc_pure optimization
+
+.. branch: simple-range-strategy
+Implements SimpleRangeListStrategy for case range(n) where n is a positive 
number.
+Makes some traces nicer by getting rid of multiplication for calculating loop 
counter
+and propagates that n > 0 further to get rid of guards.
_______________________________________________
pypy-commit mailing list
[email protected]
https://mail.python.org/mailman/listinfo/pypy-commit

Reply via email to