Files
scarlett/src
jooris 5b8a0cb398 feat: add basic block reordering pass and improve codegen naming
- Implement `reorder_blocks` (BBR) pass using DFS to maximize
fallthroughs.
- Update x86_64 backend to use actual function names in call
instructions instead of generic IDs.
- Replace the GCD test case in main with an iterative factorial test
module.
- Remove redundant validation check at the end of the optimization
pipeline.
2026-04-27 10:56:47 +02:00
..