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
This commit fixes yet another bug in stackmaps that leads to registers being
untracked. The bug went unnoticed until the recent entryblock change exposed it.
The fix consists of two changes, allowing spill mappings to be applied
transitively and replacing killed registers in the stackmap with non-killed
registers holding the same value. See comments for more detail.
0 commit comments