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 nez-perce.inria.fr (nez-perce.inria.fr [192.93.2.78]) by yquem.inria.fr (Postfix) with ESMTP id 9EF63BB84 for ; Tue, 18 Apr 2006 10:34:29 +0200 (CEST) Received: from pauillac.inria.fr (pauillac.inria.fr [128.93.11.35]) by nez-perce.inria.fr (8.13.0/8.13.0) with ESMTP id k3I8YTXI015800 for ; Tue, 18 Apr 2006 10:34:29 +0200 Received: from concorde.inria.fr (concorde.inria.fr [192.93.2.39]) by pauillac.inria.fr (8.7.6/8.7.3) with ESMTP id KAA10882 for ; Tue, 18 Apr 2006 10:34:28 +0200 (MET DST) Received: from outmx011.isp.belgacom.be (outmx011.isp.belgacom.be [195.238.5.3]) by concorde.inria.fr (8.13.0/8.13.0) with ESMTP id k3I8YS2Q026909 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Tue, 18 Apr 2006 10:34:28 +0200 Received: from outmx011.isp.belgacom.be (localhost [127.0.0.1]) by outmx011.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id k3I8YKuJ020959 for ; Tue, 18 Apr 2006 10:34:21 +0200 (envelope-from ) Received: from poincare (99-140.240.81.adsl.skynet.be [81.240.140.99]) by outmx011.isp.belgacom.be (8.12.11.20060308/8.12.11/Skynet-OUT-2.22) with ESMTP id k3I8YHjk020898; Tue, 18 Apr 2006 10:34:17 +0200 (envelope-from ) Received: from localhost ([127.0.0.1] ident=trch) by poincare with esmtp (Exim 4.61) (envelope-from ) id 1FVlf5-0001oM-B8; Tue, 18 Apr 2006 10:34:15 +0200 Date: Tue, 18 Apr 2006 10:34:14 +0200 (CEST) Message-Id: <20060418.103414.120307150.debian00@tiscali.fr> To: OCaml Mailing List Subject: Re: [Caml-list] Performance of threaded interpreter on hyper-threaded CPU From: Christophe TROESTLER In-Reply-To: References: X-Face: #2fb%mPx>rRL@4ff~TVgZ"<[:,oL"`TUEGK/[8/qb58~C>jR(x4A+v/n)7BgpEtIph_neoL KJBq0JBY9:}8v|j Organization: Universite de Mons-Hainaut (http://math.umh.ac.be/an/) X-Spook: basement Commecen assassinate FBI satellite imagery SCUD missile FIPS140 Dateline brigand ANDVT X-Blessing: Om Ah Hum Vajra Guru Pema Siddhi Hum X-Operating-System: GNU/Linux (http://www.linux.org/) X-Mailer-URL: http://www.mew.org/ X-Mailer: Mew version 4.2.53 on Emacs 22.0.50 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-j-chkmail-Score: MSGID : 4444A494.001 on concorde : j-chkmail score : X : 0/20 1 X-Miltered: at nez-perce with ID 4444A495.000 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Miltered: at concorde with ID 4444A494.001 by Joe's j-chkmail (http://j-chkmail.ensmp.fr)! X-Spam: no; 0.00; christophe:01 troestler:01 schinz:01 schinz:01 epfl:01 ocaml:01 ocaml-:01 bug:01 runtime:01 2006:98 2006:98 wrote:01 caml-list:01 caml-list:01 michel:01 X-Spam-Checker-Version: SpamAssassin 3.0.3 (2005-04-27) on yquem.inria.fr X-Spam-Level: X-Spam-Status: No, score=0.5 required=5.0 tests=FROM_ENDS_IN_NUMS autolearn=disabled version=3.0.3 On Tue, 18 Apr 2006, Michel Schinz wrote: > > To get the two versions of the OCaml interpreter, I uncompress > ocaml-3.09.1 in two separate directories, and in one of them I simply Try again with 3.09.2 http://caml.inria.fr/pub/ml-archives/caml-list/2006/04/93ffa37a3ac448d428344bac0297229e.en.html >>From the message: Bug fixes: - runtime: inefficiency of signal handling PR#3990 (This influences greatly threaded code. See the discussion http://caml.inria.fr/pub/ml-archives/caml-list/2006/03/5eb1b92704b88c1af8f5cba1f623b36a.en.html) ChriS