mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-27 05:56:00 -04:00
381b0652a1
- tools/p16_known_answer.py: graduated known-answer validation (Drew's method) — stub already-matched fns -> re-extract .s -> run pipeline -> measure re-derivation, restore safely (never git-checkout mid-harvest, §14c). Auto-picks a difficulty ladder. - RESULT: 8/12 known-answer fns re-derived DIRECTLY by m2c+macros (no permuter, no struct types). Remainder = permuter/struct/typing candidates. Overlay byte-restored (d19c9580). - Infra proven end-to-end: m2c --valid-syntax + common.h macros -> compile -> byte-gate. - CURRENT_PHASE: Drew refinements (graduated ladder, never-stop run, safe-exit sentinel).