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
TailCallArgBuffer:State is 32-bit int. The code incorrectly used native int operation to set. It that caused TailCallArgBuffer::Size to be reset and needlessly re-allocating the tail call buffer.
Fixes#118166
0 commit comments