Tuned off dubugging of live ranges

This commit is contained in:
Dmitry Stogov 2015-07-07 15:43:14 +03:00
parent 5ee8413259
commit 404dc93d35

View file

@ -114,7 +114,7 @@ char *phpdbg_decode_opline(zend_op_array *ops, zend_op *op) /*{{{ */
break;
}
#if 1
#if 0
if (ops->T_liveliness) {
uint32_t *var = ops->T_liveliness + (op - ops->opcodes);