Browse thread
OCaml is broken
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
Date: | 2010-01-01 (16:25) |
From: | Florian Weimer <fw@d...> |
Subject: | Re: [Caml-list] OCaml is broken |
* Erik Rigtorp: > However OCaml is broken! It does not provide any support for multicore > architectures, which by now is considered a bug! The run-time library is sufficiently small so that you can run multiple processes in parallel. They will even share the code and constant data. > It doesn't even allow me to load multiple runtimes into one C > program. That should perhaps be fixed, yes.