Close remaining static atlas and export work

This commit is contained in:
Jan Petykiewicz 2026-04-14 17:52:45 -07:00
commit 049ffa6bd8
13 changed files with 842 additions and 338 deletions

View file

@ -70,6 +70,7 @@
plus `GetFileType`.
- Evidence: `artifacts/exports/rt3-1.06/startup-call-chain.md`,
`artifacts/exports/rt3-1.06/function-map.csv`.
- Open Questions: exact ownership boundary between compiler CRT shims and the first game-owned
bootstrap helper; whether any nontrivial startup callbacks seed game globals before
`app_bootstrap_main`.
- Current Boundary: the current startup boundary is now carried at `app_bootstrap_main`. The CRT
shims ahead of it still read as compiler-owned bring-up and import plumbing, and the local static
pass does not expose any earlier nontrivial game-owned callback that seeds globals before that
handoff.