From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail4-relais-sop.national.inria.fr (mail4-relais-sop.national.inria.fr [192.134.164.105]) by yquem.inria.fr (Postfix) with ESMTP id 462D0BC37 for ; Fri, 1 Jan 2010 17:25:38 +0100 (CET) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: AlcDACOxPUvUCb2ngWdsb2JhbACbTAEBFiS2YIQxBA X-IronPort-AV: E=Sophos;i="4.47,486,1257116400"; d="scan'208";a="53078682" Received: from mail.enyo.de ([212.9.189.167]) by mail4-smtp-sop.national.inria.fr with ESMTP/TLS/AES256-SHA; 01 Jan 2010 17:25:06 +0100 Received: from deneb.vpn.enyo.de ([212.9.189.177] helo=deneb.enyo.de) by mail.enyo.de with esmtp id 1NQkJD-0002wg-RR; Fri, 01 Jan 2010 17:25:03 +0100 Received: from fw by deneb.enyo.de with local (Exim 4.71) (envelope-from ) id 1NQkJD-0002eb-2Z; Fri, 01 Jan 2010 17:25:03 +0100 From: Florian Weimer To: Erik Rigtorp Cc: caml-list Subject: Re: [Caml-list] OCaml is broken References: Date: Fri, 01 Jan 2010 17:25:02 +0100 In-Reply-To: (Erik Rigtorp's message of "Sat, 19 Dec 2009 10:30:55 +0100") Message-ID: <87skapn675.fsf@mid.deneb.enyo.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Spam: no; 0.00; ocaml:01 ocaml:01 bug:01 run-time:01 runtimes:01 caml-list:01 data:02 florian:03 library:03 erik:04 perhaps:05 parallel:05 load:08 sufficiently:10 constant:11 * Erik Rigtorp: > However OCaml is broken! It does not provide any support for multicore > architectures, which by now is considered a bug! The run-time library is sufficiently small so that you can run multiple processes in parallel. They will even share the code and constant data. > It doesn't even allow me to load multiple runtimes into one C > program. That should perhaps be fixed, yes.