diff options
author | Nikita Popov <nikic@php.net> | 2015-12-29 11:16:08 +0100 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2015-12-29 23:14:53 +0100 |
commit | 65e456f3649c649d8450325fc677442380911598 (patch) | |
tree | 5328e908895f890e22eba0f3c6b05bd4624d161b /ext/mysqlnd/php_mysqlnd.c | |
parent | 4440436821404ff3c76682726e63d1aaf381f73a (diff) | |
download | php-git-65e456f3649c649d8450325fc677442380911598.tar.gz |
Introduce BIND_LEXICAL
This opcodes inserts a local CV into the closure static variable
table. This replaces the previous mechanism of having static
variables marked as LEXICAL, which perform a symtable lookup
during copying.
This means a) functions which contain closures no longer have to
rebuild their symtable (better performance) and b) we can now track
used variables in SSA.
Diffstat (limited to 'ext/mysqlnd/php_mysqlnd.c')
0 files changed, 0 insertions, 0 deletions