stage0-specific changes

This commit is contained in:
2026-02-13 23:47:23 +02:00
parent b81f72bab3
commit 7c8248c241
9 changed files with 972 additions and 49 deletions

View File

@@ -18,18 +18,18 @@ This is written with help from LLM:
Quick test:
zig build fmt test
zig build fmt-zig0 test-zig0
Full test and static analysis with all supported compilers and valgrind (run
before commit, takes a while):
zig build -Dvalgrind
zig build all-zig0 -Dvalgrind
# Debugging tips
Test runs infinitely? Build the test program executable:
$ zig build test -Dno-exec
$ zig build test-zig0 -Dzig0-no-exec
And then run it, capturing the stack trace: