Skip to content

Commit

Permalink
Use _zend_hash_find_known_hash() for IS_CONST operand
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Apr 22, 2019
1 parent 499b25c commit 7415319
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ext/opcache/jit/zend_jit_x86.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -4435,7 +4435,7 @@ static int zend_jit_fetch_dimension_address_inner(dasm_State **Dst, const zend_o
| EXT_CALL zend_hash_find, r0
|1:
} else {
| EXT_CALL zend_hash_find, r0
| EXT_CALL _zend_hash_find_known_hash, r0
}
| test r0, r0
| jz >9 // NOT_FOUND
Expand All @@ -4458,7 +4458,7 @@ static int zend_jit_fetch_dimension_address_inner(dasm_State **Dst, const zend_o
| EXT_CALL zend_hash_find, r0
|1:
} else {
| EXT_CALL zend_hash_find, r0
| EXT_CALL _zend_hash_find_known_hash, r0
}
| test r0, r0
| jz >2 // NOT_FOUND
Expand Down

0 comments on commit 7415319

Please sign in to comment.