Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 74708 invoked from network); 21 Mar 2008 11:48:19 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Mar 2008 11:48:19 -0000 Received: (qmail 86946 invoked by uid 500); 21 Mar 2008 11:48:17 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 86912 invoked by uid 500); 21 Mar 2008 11:48:17 -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 86902 invoked by uid 99); 21 Mar 2008 11:48:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 21 Mar 2008 04:48:17 -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; Fri, 21 Mar 2008 11:47:46 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 487E3234C0A8 for ; Fri, 21 Mar 2008 04:46:24 -0700 (PDT) Message-ID: <823377289.1206099984295.JavaMail.jira@brutus> Date: Fri, 21 Mar 2008 04:46:24 -0700 (PDT) From: "Pavel Ozhdikhin (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-5629) [drlvm][jit][opt] Liveness analysis for high-level IR MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [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 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.