Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/compiler_redesign.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@ shape of the current compiler. The companion docs are:
declarative pipeline shim (last Foundation piece): reduces
`compile_to_mir` + `compile_kernel_body` to `Compiler.run(prog,
pipeline=DEFAULT_PIPELINE)`.
- [`phase_decomposition_redesign.md`](phase_decomposition_redesign.md) —
unified Phase R/T/B2 spec: supersedes the piecemeal Phase A3 +
Layer 3 cleanup work; frames every remaining migration PR against
ONE load-bearing invariant (the ACID test — zero edits to existing
source files for any new algorithm / pragma / index type /
aggregation / backend target). The next layer above this doc.

## 1. The diagnosis

Expand Down
1 change: 1 addition & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ api/index

phase_f5_declarative_pipeline
phase_a3_remove_deprecated_bool_fields
phase_decomposition_redesign
```

## Project status
Expand Down
Loading
Loading