···471471 type annotations.
472472 (Chris Casinghino, review by Florian Angeletti and Gabriel Scherer)
473473474474+- #13875, #13878: Add dedicated constructor for mutable variable access in
475475+ Cmm to prevent bugs linked to incorrect handling of coeffects.
476476+ (Vincent Laviron, review by Gabriel Scherer)
477477+474478OCaml 5.3.0 (8 January 2025)
475479----------------------------
476480
+1-1
asmcomp/afl_instrument.ml
···9898 (* these are base cases and have no logging *)
9999 | Cconst_int _ | Cconst_natint _ | Cconst_float _
100100 | Cconst_symbol _ | Creturn_addr
101101- | Cvar _ as c -> c
101101+ | Cvar _ | Cvar_mut _ as c -> c
102102103103let instrument_function c dbg =
104104 with_afl_logging c dbg