Browse thread
CallCC using fork (and garbage collected processes)
[
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: | Tom <tom.primozic@g...> |
| Subject: | Re: [Caml-list] CallCC using fork (and garbage collected processes) |
On 16/07/07, skaller <skaller@users.sourceforge.net> wrote: > > > The one to look at here is MLton IMHO .. since it uses > a garbage collected (compacted) linear stack with mmap() > extension .. hopefully obtaining the benefits of both > linear performance from linear addresing and low > resource usage from spaghetti stack implementation. > How exactly does that work? Is there any reference where I could read more about that (except the MLton sources)? Is using mmap() crossplatform? - Tom