#7282·sway

Micro-optimization tracking list

Author: DentosalCreated Jul 14, 2025Updated Aug 11, 2026
Labelscompiler: optimization

I'm using this issue to keep track of micro-optimizations that should be applied. They're simple to add, but I've not had time to do a PR yet.

  • Double EQ to check for booleannes eq a a b; eq a a 0 can be replaced with lt a 0 b