IC: performance/loading counters and bugfixes

This commit is contained in:
Araq
2026-07-01 22:32:34 +02:00
parent be0ce3f65c
commit 3a20ce0004
11 changed files with 211 additions and 7 deletions

View File

@@ -1473,6 +1473,7 @@ proc genFlags*(s: set[TNodeFlag]; dest: var string) =
of nfSkipFieldChecking: dest.add "s0"
of nfDisabledOpenSym: dest.add "d3"
of nfLazyType: dest.add "l1"
of nfLazyBody: discard # process-local placeholder; never serialized
proc parse*(t: typedesc[TNodeFlag]; s: string): set[TNodeFlag] =