diff options
author | Nikita Popov <nikic@php.net> | 2016-04-21 23:12:28 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2016-04-21 23:32:01 +0200 |
commit | a5944f8dd5c45a95bb0cfdea52dd2301fab1f39c (patch) | |
tree | 2a86772b9dd3f4bf74c1f24efbf3f59c4b2cf3a8 /Zend/zend_execute_API.c | |
parent | 261eb5cc891735706d6c4c2f6fd43b1604751e39 (diff) | |
download | php-git-a5944f8dd5c45a95bb0cfdea52dd2301fab1f39c.tar.gz |
Merge def and gen sets
For live-variable analysis it does not matter if def includes
variables that are previously use in the same block, the data flow
equations still have the same result. As such there is no need to
compute separate gen & def sets.
I'm keeping the name "def", because use of "gen" in this context is
pretty confusing (gen is usually the use set, not the def set).
Diffstat (limited to 'Zend/zend_execute_API.c')
0 files changed, 0 insertions, 0 deletions