The ARM64 DBT still uses a memory base register for particular node types, even though it is neither needed nor supplied anymore by the runtime.
Purge it from the codegen code and the trampoline.
Note: things seem to work even with it, since it is usually set to 0 before executing the dynamic basic block.
The ARM64 DBT still uses a memory base register for particular node types, even though it is neither needed nor supplied anymore by the runtime.
Purge it from the codegen code and the trampoline.
Note: things seem to work even with it, since it is usually set to
0before executing the dynamic basic block.