Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 32973 invoked from network); 30 Oct 2007 12:06:17 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 30 Oct 2007 12:06:17 -0000 Received: (qmail 67905 invoked by uid 500); 30 Oct 2007 12:06:04 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 67891 invoked by uid 500); 30 Oct 2007 12:06:04 -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 67882 invoked by uid 99); 30 Oct 2007 12:06:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 30 Oct 2007 05:06:04 -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; Tue, 30 Oct 2007 12:06:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 179E27141FE for ; Tue, 30 Oct 2007 05:05:54 -0700 (PDT) Message-ID: <19662045.1193745954043.JavaMail.jira@brutus> Date: Tue, 30 Oct 2007 05:05:54 -0700 (PDT) From: "Dmitry Pronichkin (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 ] Dmitry Pronichkin updated HARMONY-3584: --------------------------------------- Attachment: HARMONY-3584_arraycopy_up_to_date2.patch There was a mistake which eliminated fast arraycopy execution. Fix for this and some imrovements in code generation are included in new patch. So now everything is checked and works correctly. Ready for commit. > [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 > Assignee: Mikhail Fursov > Priority: Minor > Attachments: arraycopy.patch, arraycopy_pass.patch, HARMONY-3584_arraycopy_up_to_date.patch, HARMONY-3584_arraycopy_up_to_date2.patch, intrinsic_patch.patch > > > 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.