What does this mean? I was under the impression the OCaml compiler did a decent number of floating point specific optimizations, like unboxed arrays and what not.
Symbols (variants with our without parameters) and integers are unboxed, while floats are not (but in a few specific cases such as arrays of floats, and iiuc that's an inelegant special case on its way out, as it prevents other optimisations).
noir_lord|7 years ago
pjmlp|7 years ago
It never bothered me in Caml Light, let alone when Objective Caml was introduced.
andrepd|7 years ago
oconnor0|7 years ago
rixed|7 years ago