Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork33.7k
gh-107557: Setup abstract interpretation#107847
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Changes from2 commits
Commits
Show all changes
54 commits Select commitHold shift + click to select a range
d20fbb8 gh-107557: Tier 2 abstract interpreter barebones
Fidget-Spinner2aeea51 📜🤖 Added by blurb_it.
blurb-it[bot]1a728ab Copy Guido's input and output code, and fix build
Fidget-Spinner17fccbc fix separator
Fidget-Spinnera1da69d credit Jules
Fidget-Spinnerb458e17 add jules to co-authors
Fidget-Spinnerf81f888 add pycore_optimizer.h to headers in makefile
Fidget-Spinner0020320 fix: remove whitespace
Fidget-Spinner1f93072 fix make smelly
Fidget-Spinnerdac63e3 fix: build
Fidget-Spinnere62e015 fix wrong symbol
Fidget-Spinnera7f654c ignore static globals check for abstract interpreter
Fidget-Spinnerf4040b8 Merge remote-tracking branch 'upstream/main' into abstract_interpreter
Fidget-Spinnerec58145 merge Guido's changes
Fidget-Spinner4292767 remove unused stuff
Fidget-Spinnerfdcca90 Turn on the abstract interpreter
Fidget-Spinner5110fb9 Merge remote-tracking branch 'upstream/main' into abstract_interpreter
Fidget-Spinner9f443a2 Merge remote-tracking branch 'origin/abstract_interpreter' into parti…
Fidget-Spinner7632ed1 (leaky) data structures for constant propagation
Fidget-Spinner0d0c4c4 (with cycles) try to fix the type prop
Fidget-Spinner4c8953e fix: cycles
Fidget-Spinner3bd36fa cleanup
Fidget-Spinner229097f Fix+Refactor: Handling of root nodes in special-cased type prop (#40)
JuliaPooca0fab7 partially partially evaluate
Fidget-Spinner68c684f rename vars
Fidget-Spinner46c5777 fixx off by one
Fidget-Spinnerb839ee4 partial eval working for real this time
Fidget-Spinner6ecf3d2 Fix: Inconsistent `AbstractInterpContext` used in `PARTITIONNODE_OVER…
JuliaPoob6eeb25 fix test, refactor, bugfix
Fidget-Spinnerd5cceb9 re-compute jump offsets and targets
Fidget-Spinner8c0d65f Fix+Refactor: Extra EXIT_TRACE emitted (#42)
JuliaPoo95db909 fix: overallocate buffer and virtual/real stack offset calculation
Fidget-Spinner1e05ef8 more bugfix
Fidget-Spinnerd7d8b52 Merge remote-tracking branch 'upstream/main' into partition_algo
Fidget-Spinner4d7abc7 Perf+Cleanup: Removed temporary allocation in `remove_duplicate_save_…
JuliaPoo3d76f9a clean up code
Fidget-Spinnere81def2 Merge branch 'partition_algo' of https://github.com/Fidget-Spinner/cp…
Fidget-Spinner9a5a3f7 make static
Fidget-Spinnerdf490d0 make types static
Fidget-Spinner1e4fc94 make const and ignore in c analyzer
Fidget-Spinner6de77a7 fix c-analyzer ignored list
Fidget-Spinnera11fc80 more cleanup
Fidget-Spinnerc61015b Merge remote-tracking branch 'upstream/main' into partition_algo
Fidget-Spinner56c62eb regen files
Fidget-Spinner3c08ebe address review
Fidget-Spinnerd5f16be regen
Fidget-Spinner1e61c49 and env var to block tests
Fidget-Spinner6c24b49 regen again
Fidget-Spinner2be404d fix generated files
Fidget-Spinner29e255d Address review
Fidget-Spinner3c44117 fix up INSERT
Fidget-Spinnerb758b47 remove experimental parts
Fidget-Spinner80c7f18 revert more changes
Fidget-Spinner6a2b204 use memmove
Fidget-SpinnerFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.