docs: add MIR13 mode doc and set PHI-off as default; bridge lowering split (if/loop/try); llvmlite resolver stabilization; curated runner default PHI-off; refresh CURRENT_TASK.md

This commit is contained in:
Selfhosting Dev
2025-09-17 10:58:12 +09:00
parent 31f90012e0
commit d99b941218
131 changed files with 2584 additions and 2657 deletions

View File

@ -4,9 +4,9 @@ This index points to the currently maintained architectural documents:
- Core Concepts: reference/architecture/nyash_core_concepts.md
- Execution Backends: reference/architecture/execution-backends.md
- Lowering Contexts: LOWERING_CONTEXTS.md
- LLVM Layer Overview: LLVM_LAYER_OVERVIEW.md
- Lowering Contexts: ../../design/LOWERING_CONTEXTS.md
- LLVM Layer Overview: ../../design/LLVM_LAYER_OVERVIEW.md
- VM Overview: VM_README.md
- Cranelift AOT design: backend-cranelift-aot-design.md
- Cranelift AOT design: ../../design/backend-cranelift-aot-design.md
Note: Some long-form papers reside under `private/papers/reference/architecture/`.

View File

@ -4,5 +4,5 @@ For the full guide, see:
- execution-backends.md (legacy location kept up to date)
Additional references:
- backend-llvm-implementation-guide.md
- ../../design/backend-llvm-implementation-guide.md
- VM_README.md