Frama-C-discuss mailing list archives

This page gathers the archives of the old Frama-C-discuss archives, that was hosted by Inria's gforge before its demise at the end of 2020. To search for mails newer than September 2020, please visit the page of the new mailing list on Renater.


[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Frama-c-discuss] Unknows Pragma



> or even better, if you have ocamlopt, use instead:

As you are probably new to OCaml, I meant to mention that
the reason native compiled programs (with ocamlopt) are better
is not only that they are faster but that they keep working if you
install a new version of the runtime, unlike bytecode programs
which only work with the exact version of the runtime they were
compiled with.

Pascal