<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/python-packages/astroid.git/astroid/tests/testdata/python3/data/joined_strings.py, branch master</title>
<subtitle>bitbucket.org: Obsolete (use python-packages/astroid-git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/'/>
<entry>
<title>Add the ability to optimize small ast subtrees.</title>
<updated>2015-01-18T19:59:52+00:00</updated>
<author>
<name>Claudiu Popa</name>
<email>cpopa@cloudbasesolutions.com</email>
</author>
<published>2015-01-18T19:59:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/python-packages/astroid.git/commit/?id=7c2ac2346f47654f6827f186ee4140ccf1f82be1'/>
<id>7c2ac2346f47654f6827f186ee4140ccf1f82be1</id>
<content type='text'>
The first use of the AST peephole optimizer is the optimization of multiple
BinOp nodes. This removes recursivity in the rebuilder when dealing
with a lot of small strings joined by the
 addition operator. which are
now precomputed to the final string. Closes issue #59.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The first use of the AST peephole optimizer is the optimization of multiple
BinOp nodes. This removes recursivity in the rebuilder when dealing
with a lot of small strings joined by the
 addition operator. which are
now precomputed to the final string. Closes issue #59.
</pre>
</div>
</content>
</entry>
</feed>
