Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 26110 invoked from network); 17 Jan 2007 10:08:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Jan 2007 10:08:48 -0000 Received: (qmail 60290 invoked by uid 500); 17 Jan 2007 10:08:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 60274 invoked by uid 500); 17 Jan 2007 10:08:54 -0000 Mailing-List: contact commits-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 commits@harmony.apache.org Received: (qmail 60265 invoked by uid 99); 17 Jan 2007 10:08:54 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 02:08:54 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Jan 2007 02:08:47 -0800 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 864D37141A3 for ; Wed, 17 Jan 2007 02:08:27 -0800 (PST) Message-ID: <12332362.1169028507547.JavaMail.jira@brutus> Date: Wed, 17 Jan 2007 02:08:27 -0800 (PST) From: "Alex Astapchuk (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-2202) [drlvm][jit] Arithmetic helpers should be changed to directly generated code MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/HARMONY-2202?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12465405 ] Alex Astapchuk commented on HARMONY-2202: ----------------------------------------- Already submitted and commited as HARMONY-2223. > [drlvm][jit] Arithmetic helpers should be changed to directly generated code > ---------------------------------------------------------------------------- > > Key: HARMONY-2202 > URL: https://issues.apache.org/jira/browse/HARMONY-2202 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Reporter: Nikolay Sidelnikov > Priority: Minor > > Currently the following 64-bit operations are still not directly implemented: > 64-bit multiplication (jitrino.dll::imul64), > 64-bit division (jitrino.dll::idiv64) and > 64-bit reminder (vmcore.dll::lrem). > These operations are located in the hot path of BigDecimal calculations and > have big impact to SPECjbb2005. These helpers should be strictly implemented as > direct code. In addition to impact of these helpers code (2.18%), there are a > big stack stress here (4 32-bit values as arguments). Also JIT should detect > pairs for the same arguments and generated combined code > for such pair. Situation when division and reminder for the same values are > calculated together is frequently in BigDecimal -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira