Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 22723 invoked from network); 16 Oct 2007 06:56:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 16 Oct 2007 06:56:41 -0000 Received: (qmail 56689 invoked by uid 500); 16 Oct 2007 06:56:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 56667 invoked by uid 500); 16 Oct 2007 06:56:29 -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 56657 invoked by uid 99); 16 Oct 2007 06:56:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Oct 2007 23:56:29 -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, 16 Oct 2007 06:56:41 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9042571403F for ; Mon, 15 Oct 2007 23:55:50 -0700 (PDT) Message-ID: <29655544.1192517750577.JavaMail.jira@brutus> Date: Mon, 15 Oct 2007 23:55:50 -0700 (PDT) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Created: (HARMONY-4948) [drlvm][jit] Avoid generation of IR with dispatch nodes as loop headers 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] Avoid generation of IR with dispatch nodes as loop headers ----------------------------------------------------------------------- Key: HARMONY-4948 URL: https://issues.apache.org/jira/browse/HARMONY-4948 Project: Harmony Issue Type: Improvement Components: DRLVM Reporter: Mikhail Fursov Assignee: Mikhail Fursov Priority: Minor This patch modifies Jitrino.OPT's bytecode translator in order to avoid IR structures when dispatch node acts as loop header. It also makes unnecessarily special handling of monexit loops in translator. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.