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] Compilation of Beryllium 20090901 without dynlink



>  I just noticed that on those platforms
> dynlink_lower_311_byte.ml was used although there was an OCaml  
> compiler
> ? 3.11.1.

"lower_311" stand for "dynamic loading in bytecode only,
as in OCaml versions < 3.11".
Dynamic loading of bytecode did not change when 3.11 was
introduced (it already worked fine before). There is no loss
of functionality because of using this file, even if the name
does not reflect exactly all the cases it applies to.

Pascal