Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 38180 invoked from network); 15 Aug 2007 02:01:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 15 Aug 2007 02:01:52 -0000 Received: (qmail 29232 invoked by uid 500); 15 Aug 2007 02:01:50 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 29216 invoked by uid 500); 15 Aug 2007 02:01:50 -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 29207 invoked by uid 99); 15 Aug 2007 02:01:50 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2007 19:01:50 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED 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, 15 Aug 2007 02:01:51 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 16D117141F2 for ; Tue, 14 Aug 2007 19:01:31 -0700 (PDT) Message-ID: <30265018.1187143291052.JavaMail.jira@brutus> Date: Tue, 14 Aug 2007 19:01:31 -0700 (PDT) From: "Xiao-Feng Li (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3584) [drlvm][jit][opt] arraycopy folding implementation in guarded manner In-Reply-To: <14019831.1175855317419.JavaMail.jira@brutus> 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-3584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Xiao-Feng Li updated HARMONY-3584: ---------------------------------- Priority: Critical (was: Minor) I raised the priority of this issue. It's a blocker to generational mode GC collection. > [drlvm][jit][opt] arraycopy folding implementation in guarded manner > -------------------------------------------------------------------- > > Key: HARMONY-3584 > URL: https://issues.apache.org/jira/browse/HARMONY-3584 > Project: Harmony > Issue Type: Sub-task > Components: DRLVM > Reporter: George Timoshenko > Priority: Critical > > the feature (arraycopy call replacement) can be done in the guarded manner. When the classes of the arrays are being checked at runtime. > (It is not obvious if it gives a performance effect or not). > when this approach (guarded arraycopy call "inlining") is being implemented this optimisation should be moved out from the translator and inserted (before inliner) into the HLO path as a separate optimisation. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.