merged branch fabpot/faster-exceptions (PR #864)
authorFabien Potencier <fabien.potencier@gmail.com>
Sat, 20 Oct 2012 12:53:18 +0000 (14:53 +0200)
committerFabien Potencier <fabien.potencier@gmail.com>
Sat, 20 Oct 2012 12:53:18 +0000 (14:53 +0200)
This PR was merged into the master branch.

Commits
-------

2506be1 optimized the way Twig exceptions are managed

Discussion
----------

Optimized the way Twig exceptions are managed

As guessing the template name and the line number of where an error occurred is quite expensive, this is now avoided as much as possible.

~~As a side-effect, it also fixes 822 (@hason can you confirm?).~~


Trivial merge