Close remaining static atlas and export work
This commit is contained in:
parent
aaf9310e62
commit
049ffa6bd8
13 changed files with 842 additions and 338 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue