-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
EA: use embedded
CodeInstance
directly for escape cache lookup
`Expr(:invoke)` now directly embeds `CodeInstance`, so `EscapeAnalysis` should also directly look it up when utilizing the cache. Similarly, the cache lookup mechanism in `EscapeAnalyzer` within EAUtils.jl has been updated. This update revealed a logic error in the previous `EscapeAnalyzer` implementation, resulting in one test being marked as `@test_broken`. A new test case addressing this logic error has also been added.
- Loading branch information
Showing
4 changed files
with
73 additions
and
60 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
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