You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix interpreter helper and stack size computation (#118477)
This change fixes two issues:
* INTOP_CALL_HELPER_P_S was taking arguments from wrong locations in the instruction
* The total stack size computation in the call stub generator was incorrect in case
arguments smaller than 8 bytes were passed on the stack.
0 commit comments