top | item 40137595

(no title)

oessessnex | 1 year ago

In OCaml the integer operations are implemented using LEA instructions, and the floats are boxed. The language is not really suitable for numerical code...

discuss

order

sapiogram|1 year ago

I'm not familiar with ocaml, but the LEA thing can reasonably be fixed by a better compiler, no? Is there no LLVM backend for ocaml?