Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 11253 invoked from network); 3 Apr 2008 05:42:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Apr 2008 05:42:53 -0000 Received: (qmail 80011 invoked by uid 500); 3 Apr 2008 05:42:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 79993 invoked by uid 500); 3 Apr 2008 05:42:53 -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 79984 invoked by uid 99); 3 Apr 2008 05:42:53 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 02 Apr 2008 22:42:53 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Apr 2008 05:42:20 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id D16FD234C0B9 for ; Wed, 2 Apr 2008 22:40:24 -0700 (PDT) Message-ID: <1179525455.1207201224856.JavaMail.jira@brutus> Date: Wed, 2 Apr 2008 22:40:24 -0700 (PDT) From: "Egor Pasko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Assigned: (HARMONY-5629) [drlvm][jit][opt] Liveness analysis for high-level IR In-Reply-To: <823377289.1206099984295.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-5629?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Egor Pasko reassigned HARMONY-5629: ----------------------------------- Assignee: Egor Pasko > [drlvm][jit][opt] Liveness analysis for high-level IR > ----------------------------------------------------- > > Key: HARMONY-5629 > URL: https://issues.apache.org/jira/browse/HARMONY-5629 > Project: Harmony > Issue Type: New Feature > Components: DRLVM > Environment: Any > Reporter: Pavel Ozhdikhin > Assignee: Egor Pasko > Priority: Minor > Attachments: hir_liveness.patch > > > Liveness analyzer for HIR. Validates liveness, dumps liveness info into the dot file. > Works on the non-SSA representation. Don't use after translator in inliner session - it will break because of method parameter copying in inliner. > Add "liveness" pass in the optimizer pipeline after translator. tested on a few test cases and passed "ant test" on Win32/debug build with liveness check after translator. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.