[pypy-commit] pypy simple-range-strategy: document branch

squeaky noreply at buildbot.pypy.org
Tue Mar 4 18:52:33 CET 2014


Author: Squeaky <squeaky_pl at gmx.com>
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.


More information about the pypy-commit mailing list