-
-
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.
make
CallInfo
propagate the edges
list of CodeInstance
s
Remaining TODOs: - Finalize the format for `sv.edges`. There might be cases where no `edge::CodeInstance` exists as a result of `abstract_call_method`, and in such cases, we might still need to use `MethodInstance` in the `edges` list. - Ensure that when the local caching mode is specified (i.e. for const-prop'ed calls and call-site-inlined calls), the const-propped edge should be propagated instead of the regular edge. - Make use of the `CodeInstance` held by `CallInfo` during inlining for slightly better performance by avoiding the global cache lookup.
- Loading branch information
Showing
7 changed files
with
189 additions
and
167 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
Oops, something went wrong.