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
JIT_Stelem_Ref is an FCALL that is not performing GC polls (for performance reasons).
As a result it could cause unpredictable and noticeable latency when suspending a thread that performs a lot of assignments to elements of reference type array.