-
Notifications
You must be signed in to change notification settings - Fork 5.4k
codegen optimization: symbolic fuel-vm interpretation #7109
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from 28 commits
Commits
Show all changes
35 commits
Select commit
Hold shift + click to select a range
9a9a864
asm_generation: if a condition is constant, make jump unconditional
Dentosal 7e576ac
Optimize using symbolic interpretation
Dentosal 2f9ae92
Update tests
Dentosal a80b238
Fix typo
Dentosal 2e3ecc5
Uncomment some tests
Dentosal f15e2fa
Eliminate instructions which do not produce a new value
Dentosal 5fa3f51
Merge branch 'master' into dento/asm-gen-opt
Dentosal 0547e61
Fix build_config args after merge
Dentosal 1542cd3
clippy
Dentosal 96c2336
Merge branch 'master' into dento/asm-gen-opt
Dentosal c0ae3dd
Fix cli output test pc values
Dentosal 1bdcc16
Update contract ids and other hardcoded information
Dentosal db0494a
More test fixing
Dentosal 077a343
More replacing of hard-coded test constants
Dentosal 04254ee
Be more conservative on what effects instructions have
Dentosal da17436
Remove debug prints
Dentosal 33570c9
Fix typo
Dentosal 93dced8
More fixed address updates
Dentosal 7d00bb2
And more
Dentosal a0aee80
and more...
Dentosal 8b1b795
Update snap tests
Dentosal 45a5921
Update some json snapshots
Dentosal bb98a7d
update-contract-ids.sh
Dentosal 09f3a03
Update sway-core/src/asm_generation/fuel/optimizations/symbolic_inter…
Dentosal da598c4
Keep track of source counts for jump target labels
Dentosal 812d6bc
Rename to constant_propagate
Dentosal 846615d
Merge branch 'master' into dento/asm-gen-opt
Dentosal 15a6f3d
Remove a needless clone
Dentosal a0115e3
Update forc-plugins/forc-debug/tests/server_integration.rs
Dentosal 3219fbe
Update forc-plugins/forc-debug/tests/server_integration.rs
Dentosal d7a56d2
Merge branch 'master' into dento/asm-gen-opt
Dentosal bf2de77
Merge branch 'master' into dento/asm-gen-opt
Dentosal e5eb36b
Update snapshots
Dentosal 4adc1e4
Merge branch 'master' into dento/asm-gen-opt
JoshuaBatty 2143ccd
Merge branch 'master' into dento/asm-gen-opt
JoshuaBatty File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.