Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information