Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
WIP dllimport for threads.cmxa as well
- st_stubs.c removes dllimport for native code in order to have a more efficient bridge to the runtime (is this done for primitives as well?). That's definitely a strong case for threads.cmxs (because it's different) - ocamlnat always compiles a .cmxs for a #load of a .cmxa/.cmx: - For .cmxa it would seem better to load a .cmxs if it exists at the same location? - Check our META files (and down) - what's ocamlnat support like, and should we be listing .cmxs files here?
- Loading branch information