-
Notifications
You must be signed in to change notification settings - Fork 727
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Heuristically consider VFT test for interface call profiled guards
In particular, for the profiled guards generated instead of nop guards due to safety requirements in the case of a single implementer. VFT test excludes some receivers that could run the inlined method body, but it's a cheaper test at runtime. It's now preferred: - when the inlined method is defined by a final class, - when the inlined method is defined by a class that has not been extended (yet), - when profiling indicates that only a single receiver type occurs.
- Loading branch information
Showing
1 changed file
with
113 additions
and
5 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