Browse thread
Raising an old issue : true concurrency in OCaml [Xavier, Damien, any]
-
Yoann Fabre
- Christian Szegedy
- Chris Campbell
- Oliver Bandel
- Christophe TROESTLER
[
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: | -- (:) |
| From: | Christophe TROESTLER <debian00@t...> |
| Subject: | Re: [Caml-list] Raising an old issue : true concurrency in OCaml [Xavier, Damien, any] |
On Thu, 7 Apr 2005, "Yoann Fabre" <Yoann.Fabre@wanadoo.fr> wrote: > > Phase 3 - write a concurrent GC (CGC) (re-ouch!) It is conceivable to have two GC, the one as of now and a concurrent one and select the latter with an option of the compiler (say -smp), or are the two GC requirements too different for that? ChriS