Revision 51c6666d8792ce05e0cfac0aa9eba11a78e1e15f authored by Jérémie Courrèges-Anglas on 17 September 2015, 13:24:21 UTC, committed by Roberto Di Cosmo on 17 September 2015, 13:37:17 UTC
Good news:

  https://forge.ocamlcore.org/plugins/scmgit/cgi-bin/gitweb.cgi?p=ocaml-autoconf/ocaml-autoconf.git;a=commitdiff;h=9e0d03be521283b59e002d91422b7695825195e3

With a fresher ocaml.m4 & ./configure, the following diff allows one to
automatically build the .cmxs on OpenBSD/amd64 (native dynlink
supported) and to skip it on OpenBSD/sparc64 (non-native).
1 parent 1cc6a04
Raw File
ChangeLog
Version 0.9.8 contains the following major new features w.r.t. 0.9.4
 - a chunksize parameter can be used to control the granularity of the
   parallelism: each worker will handle a series of chunks of this size
   and ask for them when ready, thus allowing the system to achieve
   automatic load balancing
 - very specialised versions of the map function are now available for
   arrays and float arrays, allowing to obtain significant speed-up even
   on relatively light computations
 - autoconf and ocamlbuild harness should simplify compilation and installation
back to top