Project

General

Profile

« Previous | Next » 

Revision 2eafed0f

Added by alanwu (Alan Wu) over 1 year ago

YJIT: A64: Avoid intermediate register in opt_and and friends (#10509)

Same idea as the x64 equivalent in c2622b52536c5, removing the register
shuffle coming from the pop two, push one stack motion these VM
instructions perform.

 # Insn: 0004 opt_or (stack_size: 2) - orr x11, x1, x9 - mov x1, x11 + orr x1, x1, x9