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
[MERGE #802] StElemI Fast path with InvalidatedArrayLength bailout
Merge pull request #802 from Cellule:array/invalid_length
The StElemI fast was ignoring the InvalidatedArrayLength bailout.
This change verifies that the array length assumption is still valid and go to helper if not
0 commit comments