]> granicus.if.org Git - php/commit
Remove dead code for ADD_STRING/ADD_CHAR optimization
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 11 Jun 2018 13:26:19 +0000 (15:26 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 11 Jun 2018 18:17:36 +0000 (20:17 +0200)
commite4e334effb9d8b6945e045fa97133f5a65d45ea6
tree4c995bd4671819177844929dcd8497529c81c0f7
parent3b07c6cf8789de5c0c816b8ee03165646bee0ac7
Remove dead code for ADD_STRING/ADD_CHAR optimization

These opcodes don't exist anymore. The modern equivalent would be
the ROPE_* opcodes. However the code would have to be different
anyway.
ext/opcache/Optimizer/pass1_5.c