Keep precompile PCH generation-local

This commit is contained in:
udo
2026-07-18 14:31:53 +00:00
parent 1952c7d762
commit 39636acf2e
5 changed files with 12 additions and 4 deletions
+1 -1
View File
@@ -233,7 +233,7 @@ whose compilation outlasted the guest CPU budget would immediately trap in the
following allocator/relocation call even though no guest loop consumed it.
Unit artifacts live beneath an ABI-generation directory such as
`BIN_DIRECTORY/units-c12-w7`: `c12` is the compiler/unit-metadata ABI and `w7`
`BIN_DIRECTORY/units-c13-w7`: `c13` is the compiler/unit-metadata ABI and `w7`
is the runtime core ABI. Old and new service binaries therefore never publish
or read the same unit path during an ABI transition. The managed restart builds
and serializes the complete next generation before stopping the old service;