Quantcast
Channel: OCaml - Topics tagged dune
Viewing all articles
Browse latest Browse all 537

Generate IRs with dune?

$
0
0

I was writing on a tight loop in OCaml to control PWM on GPIO pins on the raspberry pi zero, where I could observe a little bit of noise in the signal.

I then remembered the post by OCamlpro on how to not allocate in OCaml. Here ocamlopt -c -dcmm test.ml is used to analyze the compiled code, but as I have library dependencies and I’m already using dune, I tried to lookup how to generate IRs with dune, but didn’t find anything. Is this possible?

4 posts - 3 participants

Read full topic


Viewing all articles
Browse latest Browse all 537

Trending Articles