harden compiler parsing, recovery, and deep-expression handling

This commit is contained in:
2026-06-12 00:28:45 +02:00
parent a5ceb727c1
commit 99ba907f59
13 changed files with 1159 additions and 503 deletions
+4
View File
@@ -25,3 +25,7 @@ Results captured on 2026-06-10 with Odin `dev-2026-02:b942f72cb`:
| Diagnostics | 0 | 0 |
The measured run reduced token size by 14.3% and peak tracked memory by 9.8%.
After the iterative compiler-hardening work on 2026-06-12, the same benchmark
reported 13,222,443 peak bytes and 40,117 allocations. The reusable traversal
stacks keep allocation count effectively unchanged from the interning baseline.