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
Before, the first instruction of a function *defined* the function's
arguments. This meant that if you asked what was live at the first
instruction, then the arguments would not yet be live. This is wrong!
Nothing in-tree currently hits this case, but I have triggered it during
development.
Ideally we'd have dedicated tests for the liveness analysis:
ykjit/yk#758
0 commit comments