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
Arrays in both if and else arms are allocated simultaneously in the function-wide frame. Correct but wasteful. A liveness-aware allocator could overlap exclusive-arm arrays (LLVM does this via StackColoring).