feature #1443 optimize access to loop, key and value variables (linniksa)
authorFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 23:43:03 +0000 (01:43 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Fri, 10 Oct 2014 23:43:03 +0000 (01:43 +0200)
commit2f43bec3f945bc6557dd27be54df182f946b1ccc
tree1ce3732cf240246f64a3365c80dc48986906cd24
parent1897e184a9fd138a54091cb769212852b4849034
parent33ca8d11cb5d723019fbef616a22f2d6727fc080
feature #1443 optimize access to loop, key and value variables (linniksa)

This PR was merged into the 1.16-dev branch.

Discussion
----------

optimize access to loop, key and value variables

small optimization variable access (loop, key and value) inside for loop

Commits
-------

33ca8d1 optimize access to loop, key and value variables