-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
topdown: Fixing overactive Early Exit suppression
Fixing two issues where Early Exit was being suppressed when it shouldn't have been: 1. A cache hit for a rule/function discards EE for the call-site. 2. Non-EE rule/func discards EE for call-site. Fixes: #6566
- Loading branch information
1 parent
629669e
commit 143a8e6
Showing
3 changed files
with
1,258 additions
and
77 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
Oops, something went wrong.