-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
YJIT: Drop bogus checks for ruby2_keywords
These checks don't correspond to anything that ruby2_keywords actually does, so YJIT was refusing to compile things needlessly. About 16% of fallback reasons in `lobsters` was due to the ISeq one. As for the correct logic, we already handle the tagging part with exit_if_supplying_kw_and_has_no_kw() and have a dynamic guard for the splat logic.
- Loading branch information
Showing
2 changed files
with
0 additions
and
29 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