Skip to content

Commit

Permalink
Load EX(opline) in one instuction if possible
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Sep 3, 2020
1 parent c58c4be commit 531d17f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ext/opcache/jit/zend_jit_x86.dasc
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,7 @@ static void* dasm_labels[zend_lb_MAX];
|| if (GCC_GLOBAL_REGS) {
| LOAD_ADDR IP, addr
|| } else {
| LOAD_ADDR RX, addr
| mov aword EX->opline, RX
| ADDR_OP2_2 mov, aword EX->opline, addr, RX
|| }
|.endmacro

Expand Down

0 comments on commit 531d17f

Please sign in to comment.