Dashboard › fossilize › fossilize: SEA code-cache generation re…
019eb3b5-885b-79f4-b2a6-8955a006a982The cache must be generated in the signed state (matching V8 FlagList::Hash() of the final binary) before postject injection, and the final signature must cover the post-inject blob. Two sign passes are therefore fundamental and cannot be deduplicated. The optimization available is eliminating the ~100MB throwaway seed copy: sign in place → generate cache → unsign in place → inject → final sign. Cross-compile targets (non-host platforms) skip cache generation entirely; only the host platform runs this flow.