diff options
author | Nikita Popov <nikic@php.net> | 2015-07-08 11:54:38 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2015-07-08 12:00:39 +0200 |
commit | ed14019e8c0c852480eebc6fc552d8c3d939dce1 (patch) | |
tree | a53df843625070d8dd0652a0b3c5323cb5a60c09 /sapi/phpdbg/phpdbg_cmd.c | |
parent | 249915f938f6880b68ab6c6a47952c509dc51604 (diff) | |
download | php-git-ed14019e8c0c852480eebc6fc552d8c3d939dce1.tar.gz |
Add assertion in liveliness computation
Assert that a live-range does not start, while one for the same
variable is already active.
To satisfy this constraint, explicitly exclude writes from JMP_SET
and COALESCE. They were previously also handled correctly, because
their result variable was only killed after the second write to it
after the false branch. This just makes it more explicit.
Diffstat (limited to 'sapi/phpdbg/phpdbg_cmd.c')
0 files changed, 0 insertions, 0 deletions