Browse thread
Re: 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: | 2009-12-20 (14:27) |
From: | Dario Teixeira <darioteixeira@y...> |
Subject: | Re: [Caml-list] Re: OCaml is broken |
Hi, > It's too bad that INRIA is not interested in fixing this bug. No > matter what people say I consider this a bug. Two cores is standard by > now, I'm used to 8, next year 32 and so on. OCaml will only become > more and more irrelevant. I hate to see that happening. This is a perennial topic in this list. Without meaning to dwell too long on old arguments, I simply ask you to consider the following: - Do you really think a concurrent GC with shared memory will scale neatly to those 32 cores? - Will memory access remain homogeneous for all cores as soon as we get into the dozens of cores? - Have you considered that many Ocaml users prefer a GC that offers maximum single core performance, because their application is parallelised via multiple processes communicating via message passing? In this context, your "bug" is actually a "feature". Best regards, Dario Teixeira