Files
hakorune/docs/private/roadmap/phases/phase-15.77/INDEX.md

16 lines
804 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Phase 15.77 — Frozen Toolchain Polish & Windows Plan
Scope
- Finalize Frozen v1 pipeline polish (doctor extended, multi-object linking).
- Add Windows linking plan (MinGW/Clang and MSVC/clang-cl), with helper scripts.
Whats in this repo now
- Doctor (extended): `tools/aot/doctor_frozen_v1.sh` — builds main and extra libs (Parser/MirBuilder/VM), links and runs.
- Windows helpers: `tools/aot/windows/` — README, MinGW and MSVC link wrappers, stub C.
- Guides updated: `docs/guides/frozen-toolchain.md` — Windows notes and examples.
Next
- Stabilize `hako_kernel` feature presets for Windows (MinGW→MSVC parity).
- Add a minimal Windows smoke (optional): link and run a tiny EXE using stub + `.o` produced on WSL.
- Record success logs (Result: 0) in the guide once parity is achieved.