compact compiler ids and spans to reduce memory usage

This commit is contained in:
2026-06-12 16:55:16 +02:00
parent 99ba907f59
commit 4112b79c6b
16 changed files with 972 additions and 573 deletions
-1
View File
@@ -4,7 +4,6 @@
# compiler hardening follow-ups
- migrate spans, AST/HIR/IR ids, and diagnostics from `int` to compact integer types
- prune unreachable function specializations before HIR construction and emission
- support unary minus, including the signed i64 minimum literal boundary
- move ignored example binaries into a dedicated build directory and remove `.review_tmp`