mirror of
https://github.com/Druthulu/BFM-decomp
synced 2026-09-26 13:33:34 -04:00
7141e9752b
- S0 (cookbook §15): ran m2c on real ov_SC01_077 stubs (R14). Finding: m2c --valid-syntax output COMPILES via m2c_macros.h (M2C_FIELD = byte-faithful cast); 30/30 sampled targets use only byte-faithful macros. Compiling != matching: the residual is regalloc/schedule -> decomp-permuter is the byte-closer; struct types are an enhancer, not the sole gate (S3/GATE-B measures the lift). ML parked (owner). - common.h: add s64/u64/f64 + M2C_UNK* typedefs + byte-faithful M2C_FIELD/M2C_BITWISE macros (non-faithful m2c macros left UNDEFINED = early 'defer' signal). Byte-neutral: main 143dbb89 (clean rebuild, R22), resident 8e17e02f, ov_SC01_077 d19c9580 all OK. - CURRENT_PHASE.md: Phase 16 plan + S0-S9 gated tasks + Sun-afternoon timeline + known-answer oracle test method.