-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JIT: remove inlining restriction for some methods that throw (#2232)
We were blocking inlines for methods that throw with more than one thing on the evaluation stack. There was already logic for the non-inlining case to flush the stack and preserve pending side effects. So we can simply remove the inlining restriction. Fixes #2156.
- Loading branch information
1 parent
3a457cb
commit 110af6e
Showing
2 changed files
with
5 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters