FuelLabs
sway
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
update tests
xunilrj/const-if
2 days ago
update tests
xunilrj/const-if
2 days ago
fmt and clippy issues
xunilrj/const-if
2 days ago
Optimisations for leaf fns (#7541) ## Description This PR optimises "leaf functions", those functions that do not call any other functions. This optimisation is possible because we do two things that are not necessary for "leaf functions": 1. Save and restore `$reta`; 2. `MOVE` arguments from the standard set of register to specific registers. We also realized that we are saving `$retv` needlessly. We don't do that anymore. ## Checklist - [x] I have linked to any relevant issues. - [x] I have commented my code, particularly in hard-to-understand areas. - [ ] I have updated the documentation where relevant (API docs, the reference, and the Sway book). - [ ] If my change requires substantial documentation changes, I have [requested support from the DevRel team](https://github.com/FuelLabs/devrel-requests/issues/new/choose) - [x] I have added tests that prove my fix is effective or that my feature works. - [x] I have added (or requested a maintainer to add) the necessary `Breaking*` or `New Feature` labels where relevant. - [ ] I have done my best to ensure that my PR adheres to [the Fuel Labs Code Review Standards](https://github.com/FuelLabs/rfcs/blob/master/text/code-standards/external-contributors.md). - [x] I have requested a review from the relevant team or maintainers.
master
3 days ago
guarnatee pop always run
xunilrj/const-if
3 days ago
fmt and clippy issues
xunilrj/const-if
3 days ago
update tests
xunilrj/const-if
3 days ago
update tests
xunilrj/const-if
3 days ago
Active Branches
Const condition on `if` expressions only generate the correct branch
last run
2 days ago
#7535
CodSpeed Performance Gauge
-21%
Add experimental ABI alias metadata support.
last run
4 days ago
#7261
CodSpeed Performance Gauge
-13%
IR support for `switch` instructions
last run
5 days ago
#7536
CodSpeed Performance Gauge
-11%
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs