made a speed optimization to macro calls when imported via the from tag
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 21 Jan 2012 20:16:34 +0000 (21:16 +0100)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 21 Jan 2012 20:18:48 +0000 (21:18 +0100)
commit3b87da344ade9a719d3e105eb7ca20864b725875
tree5863c1c7c302618a1f69524f2965bd22b53163c0
parentf4512da0e71950e7a47d4434f67a92ecd5c7baaa
made a speed optimization to macro calls when imported via the from tag
CHANGELOG
lib/Twig/ExpressionParser.php
lib/Twig/Node/Expression/MethodCall.php [new file with mode: 0644]
lib/Twig/TokenParser/From.php