fix(selfhost): green fixed-point buxc2→buxc3→buxc4

Raise scope/HIR buffer caps, parenthesize unary operands, fix fat-func
typedef and param access so selfhost-built compilers recompile src
identically (path-normalized C + stripped ELF).
This commit is contained in:
2026-07-20 00:21:39 +03:00
parent cb6df5443a
commit e63dacfdbf
8 changed files with 122 additions and 75 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ make test-registry # add greet → install → build temp app
# Selfhost determinism (optional CI job; not in default `make test`)
make selfhost-loop
# Experimental fixed-point (buxc2 → buxc3):
# Full fixed-point: buxc2 → buxc3 → buxc4 (gen2 vs gen3 C+ELF identical)
# BUX_SELFHOST_FIXED_POINT=1 make selfhost-loop
# Clean build artifacts