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 nested stack calls corrupting the ARG register
- Only apply optimization to alias the ARG register for leaf functions, since they do not further write to ARG.
- Non-leaf functions still requires copying the ARGs to a temp register at function entry.
Change-Id: I80d1ede2faa3b3ef9d05408b2574567d6e34ffcc
0 commit comments