[Caml-list] Re: general question, was Re: OCaml is broken

2010-01-03 Thread Sylvain Le Gall
On 21-12-2009, Keyan m...@pulsschlag.net wrote: Hi, i have a large project written in C++, for which i am planing to write add-ons and tools in ocaml, e.g. different tools to analyse my code (dependency stuff), an interpreter for a script-language i plan to include, etc, etc. form my time at

[Caml-list] Dynamically loaded BSS not initialised to 0.

2010-01-03 Thread Guillaume Yziquel
Hello. I encountered a rather weird issue. A binding of mine works fine when bundled as a .cmxa, but fails when bundled as a .cma. I'm running a Linux Debian amd64. I've tracked down the issue to the following point: it seems that when the BSS (uninitialised data section) of libmonetdb5.so

Re: [Caml-list] Re: general question, was Re: OCaml is broken

2010-01-03 Thread Jon Harrop
On Sunday 03 January 2010 10:49:38 Sylvain Le Gall wrote: The only point of the whole discussion -- which is a recurring point by some of those who participate -- is the lack of shared-memory parallelism in the core language. I solved the problem: the latest version of HLVM now facilitates

Re: [Caml-list] Dynamically loaded BSS not initialised to 0.

2010-01-03 Thread Guillaume Yziquel
Guillaume Yziquel a écrit : Hello. I encountered a rather weird issue. A binding of mine works fine when bundled as a .cmxa, but fails when bundled as a .cma. I'm running a Linux Debian amd64. I've tracked down the issue to the following point: it seems that when the BSS (uninitialised