Don't inline StelemRef_Helper. (#33319)
authorEugene Rozenfeld <erozen@microsoft.com>
Sat, 7 Mar 2020 04:49:18 +0000 (20:49 -0800)
committerGitHub <noreply@github.com>
Sat, 7 Mar 2020 04:49:18 +0000 (20:49 -0800)
commit09034109a2a54df716741451e87336760baa6bbe
tree126b979d9d0a4b4bfff383ca5336a289488aa414
parent4214a6c0877116bf20fde4a95ed9c2c3029c3df8
Don't inline StelemRef_Helper. (#33319)

Under some jit stress modes the jit tries to inline StelemRef_Helper into
StelemRef. StelemRef is jitted very early and the jit is not yet prepared
to handle this inline.

Fixes #33298.
src/coreclr/src/System.Private.CoreLib/src/System/Runtime/CompilerServices/CastHelpers.cs