stage3: unify to cleanup; MIR return-defer; docs+smokes updated; LLVM(harness): finalize_phis ownership, ret.py simplified, uses-predeclare; cleanup return override green; method-postfix cleanup return WIP (PHI head)

This commit is contained in:
Selfhosting Dev
2025-09-19 02:07:38 +09:00
parent 951a050592
commit 5e818eeb7e
205 changed files with 9671 additions and 1849 deletions

View File

@ -123,6 +123,7 @@ Phase15 (SelfHosting): Legacy VM/Interpreter are featuregated
cargo build --release --features vm-legacy,interpreter-legacy
```
Then `--backend vm`/`--backend interpreter` use the legacy paths.
- Note: `--benchmark` requires the legacy VM. Build with `--features vm-legacy` before running benchmarks.
### 1. **Interpreter Mode** (Development)
```bash