Arquivos
hhvm/hphp/test/quick/array_cse.php.expect
T
Bert Maher 8e34cbdf15 Allow CSE of ArrayGet by converting to IncRef
ArrayGet has fairly minimal side-effects: IncRef of its
result, and raising a warning if the element is undefined.  To CSE
ArrayGet, replace it with an IncRef of its destination.  Raising
multiple warnings for repeated accesses doesn't seem to have much
value, so just ignore them.
2013-06-03 10:54:38 -07:00

2 linhas
7 B
Plaintext