-
Notifications
You must be signed in to change notification settings - Fork 5.4k
codegen optimization: constant expression folding #7149
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
base: master
Are you sure you want to change the base?
Conversation
CodSpeed Performance ReportMerging #7149 will not alter performanceComparing Summary
|
With these optimizations enalbed, it's possible to hit a pre-existing bug which causes compiler panic. The sway/sway-core/src/asm_generation/fuel/optimizations/const_indexed_aggregates.rs Line 118 in 5a95c65
|
Description
Follow-up to #7109. Adds support to propagating and folding expressions in the fuel-vm codegen stage.
Checklist
Breaking*
orNew Feature
labels where relevant.