Return-Path: Delivered-To: apmail-harmony-dev-archive@www.apache.org Received: (qmail 48785 invoked from network); 5 Aug 2008 07:12:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 5 Aug 2008 07:12:02 -0000 Received: (qmail 4648 invoked by uid 500); 5 Aug 2008 07:12:00 -0000 Delivered-To: apmail-harmony-dev-archive@harmony.apache.org Received: (qmail 4624 invoked by uid 500); 5 Aug 2008 07:11:59 -0000 Mailing-List: contact dev-help@harmony.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@harmony.apache.org Delivered-To: mailing list dev@harmony.apache.org Received: (qmail 4613 invoked by uid 99); 5 Aug 2008 07:11:59 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 00:11:59 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of aleksey.shipilev@gmail.com designates 209.85.198.250 as permitted sender) Received: from [209.85.198.250] (HELO rv-out-0708.google.com) (209.85.198.250) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 05 Aug 2008 07:11:04 +0000 Received: by rv-out-0708.google.com with SMTP id k29so2195587rvb.0 for ; Tue, 05 Aug 2008 00:11:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=0KB5JRvJoGYgj0tmkvpL+23eg3tyGsj9JELw+H1Sb6g=; b=vvA2bMWDRWMGji55VVKITE69NuBGkVdNoKpoawfdKiMKlCTx3083+mp5+mh70eZ7b6 VnoZYNj836xHsZ5zMvyGzcQfwnA9RgQp8Tywww2DF6b2cuMw/2y88WqMsZrwwMMO2C9g GEzUwUoWkmcyQXsaT9aCRxpZkK7h8QeT90yYk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=OjHsEHZJm7YSY9jwyRQy3+znastBkwmd7uchajQ/2rT4NQKuZBwR1JxoMx3LJg4poV yUxIpBLLhcwixir7xiqo6fopaWUF/cHnIrrTarDH4zbDH4YkHgjv5WXntugl6w45HzSz 8ZmrUUpBknVyJCN7pSFiZy649QH7U5k+WHqUE= Received: by 10.140.164.6 with SMTP id m6mr8004352rve.210.1217920291684; Tue, 05 Aug 2008 00:11:31 -0700 (PDT) Received: by 10.141.83.11 with HTTP; Tue, 5 Aug 2008 00:11:31 -0700 (PDT) Message-ID: <4bebff790808050011n7b7f5906x6bb563ec19770c11@mail.gmail.com> Date: Tue, 5 Aug 2008 11:11:31 +0400 From: "Aleksey Shipilev" To: dev@harmony.apache.org Subject: Re: patch for HARMONY-5901 is ready In-Reply-To: <255079590808042103r39efdb66g8f79eeb9d6045888@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <255079590808042103r39efdb66g8f79eeb9d6045888@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org On Tue, Aug 5, 2008 at 8:03 AM, xiaoming gu wrote: > Hi, guys. The patch for harmony-5901 is ready. At last! Thanks, Xioaming! > I compared the performance for all the 5 benchmarks in "Java vs. C > benchmark" by Stefan Krause on my desktop > workstation (Intel Core 2 Quad Q9550@2.83GHz, 3.23G RAM, Windows XP SP2). > With MUL/DIV replaced by shift, > spectralnorm is improved more than 29% (from 450258 msec to 319578 msec) Can you spend some time and measure how much boost there is, in case your _manual_ change of MUL/DIV operations to shifts? I had measured +60% boost, so it would be great to conclude whether yours +30% is connected with patch overheads (handling negative operands, I guess) or your environment. Thanks, Aleksey.