]> granicus.if.org Git - php/commit
Don't use needs_live_range hook for "special" live ranges
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 26 Aug 2019 14:10:29 +0000 (16:10 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 26 Aug 2019 14:12:03 +0000 (16:12 +0200)
commite2b49d6c45f0c5ed69268d32da2f4972265db663
tree8dcf0200acb2c48d536f1666f2d28819ca4d22a7
parent8f897f1040f00210f4a5cdd82a88a1fe3e558955
Don't use needs_live_range hook for "special" live ranges

In particular we were disgarding SILENCE live ranges in opcache,
because we decided that a MAY_BE_LONG type does not need a live
range.
Zend/tests/uncaught_exception_error_supression.phpt [new file with mode: 0644]
Zend/zend_opcode.c