From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=none autolearn=disabled version=3.1.3 X-Original-To: caml-list@yquem.inria.fr Delivered-To: caml-list@yquem.inria.fr Received: from mail3-relais-sop.national.inria.fr (mail3-relais-sop.national.inria.fr [192.134.164.104]) by yquem.inria.fr (Postfix) with ESMTP id 655E7BBAF for ; Wed, 23 Sep 2009 12:54:31 +0200 (CEST) X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArcCAOyauUrZSMDdi2dsb2JhbACBUYEwl3cBAQEKCwoHEQW6Y4QbBYFYhVY X-IronPort-AV: E=Sophos;i="4.44,438,1249250400"; d="scan'208";a="34835521" Received: from fmmailgate01.web.de ([217.72.192.221]) by mail3-smtp-sop.national.inria.fr with ESMTP; 23 Sep 2009 12:54:30 +0200 Received: from smtp06.web.de (fmsmtp06.dlan.cinetic.de [172.20.5.172]) by fmmailgate01.web.de (Postfix) with ESMTP id D472F11F96287; Wed, 23 Sep 2009 12:53:09 +0200 (CEST) Received: from [95.208.117.111] (helo=frosties.localdomain) by smtp06.web.de with asmtp (TLSv1:AES256-SHA:256) (WEB.DE 4.110 #314) id 1MqPTB-0007ku-00; Wed, 23 Sep 2009 12:53:09 +0200 Received: from mrvn by frosties.localdomain with local (Exim 4.69) (envelope-from ) id 1MqPTB-0002kF-8b; Wed, 23 Sep 2009 12:53:09 +0200 From: Goswin von Brederlow To: Philippe Wang Cc: caml-list@inria.fr Subject: Re: [Caml-list] OC4MC : OCaml for Multicore architectures References: Date: Wed, 23 Sep 2009 12:53:09 +0200 In-Reply-To: (Philippe Wang's message of "Tue, 22 Sep 2009 23:30:51 +0200") Message-ID: <87fxaex78q.fsf@frosties.localdomain> User-Agent: Gnus/5.110006 (No Gnus v0.6) XEmacs/21.4.22 (linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: goswin-v-b@web.de X-Sender: goswin-v-b@web.de X-Provags-ID: V01U2FsdGVkX1/P355tgbHq83R+ICy9DjAcCTQWbBuXJmHGPd6+ mW95v5GKMsYblbuuBgCgmmSq4i+H/bnf3FllV0rvZO4bLI0mmu kukqi5nho= X-Spam: no; 0.00; ocaml:01 ocaml:01 runtime:01 chailloux:01 2009:98 blogs:98 2009:98 mathias:98 mfg:98 threads:01 threads:01 caml-list:01 benjamin:01 writes:01 implemented:02 Philippe Wang writes: > This is some additional "noise" about "OCaml for Multicore > architectures" (or "Ok with parallel threads GC"). > ---------------------------- > > Dear list, > > We have implemented an alternative runtime library for OCaml, one that > allows threads to compute in parallel on different cores of now > widespread CPUs. > > This project will be presented at IFL 2009 > (http://blogs.shu.edu/projects/IFL2009/ > ). > > A testing version available online at > http://www.algo-prog.info/ocmc/ > It works with OCaml 3.10.2 for Linux x86-64bit, we haven't met any > bugs with the latest build (it doesn't *unexpectedly* crash, not yet). > > Hope you'll enjoy, > > -- > Mathias Bourgoin, Adrien Jonquet, Emmanuel Chailloux, Benjamin Canou, > Philippe Wang Has anyone tested this yet? Any success stories? MfG Goswin