1
0
mirror of https://github.com/danog/PHP-Parser.git synced 2025-01-22 13:51:12 +01:00
Nikita Popov 3bbf8d8f7a Use local var for $stackPos
We're accessing $this->stackPos a lot, and property accesses are
much more expensive than local variable acesses. Its cheaper to
use a local var and pass it as an argument to semantic actions.
2017-02-05 11:57:21 +01:00
..
2016-10-16 22:12:46 +02:00
2017-02-03 21:54:48 +01:00
2017-01-29 23:20:53 +01:00
2017-02-05 11:57:21 +01:00
2017-02-03 21:54:48 +01:00
2017-01-19 20:55:08 +01:00
2016-10-16 22:12:46 +02:00
2016-10-21 23:26:51 +02:00
2017-01-25 23:32:50 +01:00
2017-01-29 23:20:53 +01:00
2017-02-05 11:57:21 +01:00