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
enable osr stress tests for libraries and add fixes (#64116)
* add osr plus stress tests for libraries
* (Fix) have tier0 method always report generics context, then OSR method can just use that
* Add ability to suppress patchpoints by hash.
* Dump IR after patchpoints phase, if any were added
* (Fix) Fix bug in recursive tail call detection -- if we devirtualize we need to update the method handle we use. OSR methods rely on getting this detection right so they know if they need to import the method entry block.
* (Fix) refine OSR enabling/backoff to opt logic. With OSR enabled, we were forcing too many methods to be optimized.
* reorder phase whitelist to more closely match phase order
0 commit comments