[
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: | 2006-02-01 (15:12) |
From: | Damien Doligez <damien.doligez@i...> |
Subject: | Re: [Caml-list] Allocating a caml string in C... |
On Jan 28, 2006, at 01:10, Jonathan Roewen wrote: > I was wondering if it's safe to allocate a caml string in C -before- > the runtime is initialised. No, it is not safe. As far as I can tell, it should crash immediately. -- Damien