diff options
author | Dmitry Stogov <dmitry@zend.com> | 2019-10-03 16:33:17 +0300 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2019-10-03 16:33:17 +0300 |
commit | 39d1e50b2d5a513a8e5f36c08c4984680dbe0c65 (patch) | |
tree | 3a9dc7d2b50e1f4b3a79e63f365f71802936cf3d /ext/json/json.c | |
parent | de3c1eb85e4585d4db8307d5c30991ed6973f4d3 (diff) | |
download | php-git-39d1e50b2d5a513a8e5f36c08c4984680dbe0c65.tar.gz |
Avoid "$a = $a + ..." to "$a += ..." conversion (compound assignments work slower).
Added DFA optimization patters (e.g. "$a = $a + 1" to "++$a"), that previously worked only for compound assignments.
Diffstat (limited to 'ext/json/json.c')
0 files changed, 0 insertions, 0 deletions