Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 76535 invoked from network); 4 Jul 2007 10:46:26 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 4 Jul 2007 10:46:26 -0000 Received: (qmail 44735 invoked by uid 500); 4 Jul 2007 10:46:28 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 44714 invoked by uid 500); 4 Jul 2007 10:46:28 -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 44488 invoked by uid 99); 4 Jul 2007 10:46:28 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 04 Jul 2007 03:46:28 -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, 04 Jul 2007 03:46:25 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id CEF8B714225 for ; Wed, 4 Jul 2007 03:46:04 -0700 (PDT) Message-ID: <11526809.1183545964843.JavaMail.jira@brutus> Date: Wed, 4 Jul 2007 03:46:04 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-3076) [drlvm][jit] Loop unrolling optimization implementation in Jitirno.OPT In-Reply-To: <17422917.1170078829255.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-3076?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov updated HARMONY-3076: ------------------------------------ Attachment: unroll.diff unroll.diff: updated version of loop unrolling optimization > [drlvm][jit] Loop unrolling optimization implementation in Jitirno.OPT > ---------------------------------------------------------------------- > > Key: HARMONY-3076 > URL: https://issues.apache.org/jira/browse/HARMONY-3076 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Reporter: Mikhail Fursov > Assignee: Alexey Varlamov > Attachments: unroll.diff, unroll_1.zip > > > Here is an implementation of loop unrolling optimization. > The patch enables it in all modes with Jitrino.OPT we have. > There are some TODOs, described in loop_unroll.cpp files, read it if you are interested to write minitests to see performance improvements. > My minitests shows that we have ~50% improvement on classic BubbleSort application and ~15% for Arrays.sort when dynamic edge profile is used. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.