--- layout: fc_discuss_archives title: Message 14 from Frama-C-discuss on September 2009 ---
> 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