-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[inferpython][exec] factorial example
Summary: Factorial is a good stress test. I fix a bug in STORE_NAME which requires to modify global scope, not local scope. I'm also adding some arithmetic functions and the capability to traverse non-cyclic CFGs. Reviewed By: ngorogiannis Differential Revision: D64472005 Privacy Context Container: L1208441 fbshipit-source-id: 4c51f39ccae49c94599072ef9d261b49eab13698
- Loading branch information
1 parent
f19076f
commit ddd9a6c
Showing
3 changed files
with
106 additions
and
6 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