Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[mono][mini] Disable inlining if we encounter class initialization fa…
…ilure (#111754) method_make_alwaysthrow_typeloadfailure replaces the entire method code with a throw of type load exception. This behaviour not only seem dubious, if it is triggered from inlining a method, that might never even get called, but it also does changes to the set of basic blocks that can lead to crashes later on during compilation.
- Loading branch information