unary minus

This commit is contained in:
2026-06-12 17:55:07 +02:00
parent 66e41e1d9a
commit 94e56f6888
14 changed files with 378 additions and 18 deletions
+5
View File
@@ -40,3 +40,8 @@ After pruning stale function specializations on 2026-06-12, peak memory
remained 8,651,659 bytes and allocations fell to 30,121. Lookup-only
specialization resolution avoids constructing temporary signatures for
already discovered calls.
After adding checked unary negation on 2026-06-12, peak memory remained
8,651,659 bytes and allocations remained 30,121. `Span`, `Token`, AST
expressions, HIR expressions, and IR instructions remain 12, 24, 64, 88, and
88 bytes respectively.