Skip to content

Commit 531d17f

Browse files
committed
Load EX(opline) in one instuction if possible
1 parent c58c4be commit 531d17f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ext/opcache/jit/zend_jit_x86.dasc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,7 @@ static void* dasm_labels[zend_lb_MAX];
397397
|| if (GCC_GLOBAL_REGS) {
398398
| LOAD_ADDR IP, addr
399399
|| } else {
400-
| LOAD_ADDR RX, addr
401-
| mov aword EX->opline, RX
400+
| ADDR_OP2_2 mov, aword EX->opline, addr, RX
402401
|| }
403402
|.endmacro
404403

0 commit comments

Comments
 (0)