Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 50010 invoked from network); 14 Aug 2007 07:13:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Aug 2007 07:13:55 -0000 Received: (qmail 24851 invoked by uid 500); 14 Aug 2007 07:13:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 24666 invoked by uid 500); 14 Aug 2007 07:13: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 24652 invoked by uid 99); 14 Aug 2007 07:13:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 14 Aug 2007 00:13:53 -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, 14 Aug 2007 07:14:06 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id C35657141F3 for ; Tue, 14 Aug 2007 00:13:31 -0700 (PDT) Message-ID: <3977142.1187075611792.JavaMail.jira@brutus> Date: Tue, 14 Aug 2007 00:13:31 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4627) [drlvm][jit][opt] 'markglobals' optimizer pass can be safely removed from all Jitrino.OPT configurations In-Reply-To: <31059686.1187075376691.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-4627?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Mikhail Fursov updated HARMONY-4627: ------------------------------------ Attachment: globals.diff > [drlvm][jit][opt] 'markglobals' optimizer pass can be safely removed from all Jitrino.OPT configurations > -------------------------------------------------------------------------------------------------------- > > Key: HARMONY-4627 > URL: https://issues.apache.org/jira/browse/HARMONY-4627 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Reporter: Mikhail Fursov > Assignee: Mikhail Fursov > Priority: Minor > Attachments: globals.diff > > > It looks to me that 'markglobals' optimizer's pass has no side effects on generated code and is not used neither by IA32 nor IPF codegens today. > I propose removing this pass from all active configurations. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.