forked from facebook/infer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[inferpython] coupling LOAD_METHOD and CALL_METHOD bytecodes
Summary: the bytecode spec asserts that a CALL_METHOD instruction should receive the result of a LOAD_METHOD. We trust this invariant and provide a more explicit CallMethod instruction using this assumption. Reviewed By: ngorogiannis Differential Revision: D63085765 Privacy Context Container: L1208441 fbshipit-source-id: 9f8a746b11aeda2c0ad08ff20ca303e30b75e527
- Loading branch information
1 parent
82508f1
commit 898d0f0
Showing
7 changed files
with
192 additions
and
44 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
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.