The index names the handoffs from where it sits, not from the root

This commit is contained in:
Joseph Ferano 2026-09-14 07:17:28 +07:00
parent 0afa530295
commit 1795441140

View File

@ -49,13 +49,13 @@ because the reasoning behind a guard or a calling convention is often only writt
where it was written.
Six of them are the hand-written x86-64 backend, read in the order the work happened:
`HANDOFF-x86-rt.md` set the remaining-items list that the four after it close, `HANDOFF-x86-redef.md`
built the redefinition emitter, `HANDOFF-x86-aggregates.md` took that across the struct boundary,
`HANDOFF-x86-guards.md` settled the two guards nothing reaches, `HANDOFF-x86-debug.md` added debug
information, and `HANDOFF-x86-cost.md` measured what the backend costs and set the survey running on its
`handoffs/HANDOFF-x86-rt.md` set the remaining-items list that the four after it close, `handoffs/HANDOFF-x86-redef.md`
built the redefinition emitter, `handoffs/HANDOFF-x86-aggregates.md` took that across the struct boundary,
`handoffs/HANDOFF-x86-guards.md` settled the two guards nothing reaches, `handoffs/HANDOFF-x86-debug.md` added debug
information, and `handoffs/HANDOFF-x86-cost.md` measured what the backend costs and set the survey running on its
own so a refusal cannot sit unnoticed again.
The other three sessions are unrelated to each other. `HANDOFF-arith.md` is why a divide by zero is a condition
rather than a `SIGFPE`. `HANDOFF-raylib-ports.md` is the running record of the last two raylib example
ports, whose lasting findings were folded into `PORTING.md`. `HANDOFF-devtest-noise.md` is the linker
error `dune test` used to print on every run. `HANDOFF-tidy.md` is this reorganisation.
The other three sessions are unrelated to each other. `handoffs/HANDOFF-arith.md` is why a divide by zero is a condition
rather than a `SIGFPE`. `handoffs/HANDOFF-raylib-ports.md` is the running record of the last two raylib example
ports, whose lasting findings were folded into `PORTING.md`. `handoffs/HANDOFF-devtest-noise.md` is the linker
error `dune test` used to print on every run. `handoffs/HANDOFF-tidy.md` is this reorganisation.