The index names the handoffs from where it sits, not from the root
This commit is contained in:
parent
0afa530295
commit
1795441140
@ -49,13 +49,13 @@ because the reasoning behind a guard or a calling convention is often only writt
|
|||||||
where it was written.
|
where it was written.
|
||||||
|
|
||||||
Six of them are the hand-written x86-64 backend, read in the order the work happened:
|
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`
|
`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, `HANDOFF-x86-aggregates.md` took that across the struct boundary,
|
built the redefinition emitter, `handoffs/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
|
`handoffs/HANDOFF-x86-guards.md` settled the two guards nothing reaches, `handoffs/HANDOFF-x86-debug.md` added debug
|
||||||
information, and `HANDOFF-x86-cost.md` measured what the backend costs and set the survey running on its
|
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.
|
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
|
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`. `HANDOFF-raylib-ports.md` is the running record of the last two raylib example
|
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`. `HANDOFF-devtest-noise.md` is the linker
|
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. `HANDOFF-tidy.md` is this reorganisation.
|
error `dune test` used to print on every run. `handoffs/HANDOFF-tidy.md` is this reorganisation.
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user