-
Notifications
You must be signed in to change notification settings - Fork 723
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Be more confident about single interface implementer profiled guards
These guards used to be nop guards. They no longer are, but only because certain kinds of bytecode are technically allowed to be loaded. Bytecode that is problematic in this way should be exceedingly rare though, so treat these guards more like the nop guards we used to have by marking the taken side cold and by making sure to allow privatized argument rematerialization.
- Loading branch information
Showing
2 changed files
with
21 additions
and
3 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