Raise inlining length limit in the interpreter from 20 to 30. (#83490)
authorKatelyn Gadd <kg@luminance.org>
Thu, 16 Mar 2023 23:24:53 +0000 (16:24 -0700)
committerGitHub <noreply@github.com>
Thu, 16 Mar 2023 23:24:53 +0000 (16:24 -0700)
commit05c95f131a5aef0d2e435137d022c8274741f5be
tree117d0f857109c39be7a6595beee2b3de567ae8a9
parent56223423e5f81264371b76ab9476229716df8d91
Raise inlining length limit in the interpreter from 20 to 30. (#83490)

This is enough to allow List<T>.get_Item to be inlined (as long as we also allow calls), among other critical methods, and enables big speedups for some benchmarks.
src/mono/mono/mini/interp/transform.c