Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 52033 invoked from network); 11 Oct 2007 08:43:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Oct 2007 08:43:41 -0000 Received: (qmail 35209 invoked by uid 500); 11 Oct 2007 08:43:29 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 35183 invoked by uid 500); 11 Oct 2007 08:43: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 35171 invoked by uid 99); 11 Oct 2007 08:43:29 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Oct 2007 01:43: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; Thu, 11 Oct 2007 08:43:40 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 8955E71420A for ; Thu, 11 Oct 2007 01:42:50 -0700 (PDT) Message-ID: <23279363.1192092170552.JavaMail.jira@brutus> Date: Thu, 11 Oct 2007 01:42:50 -0700 (PDT) From: "Alexey Varlamov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-3553) [drlvm][jit] get rid of jit helpers IDs re-mapping In-Reply-To: <8014361.1175591492226.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-3553?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12533981 ] Alexey Varlamov commented on HARMONY-3553: ------------------------------------------ Here is the suggested fix, it is separated to VM and JIT parts for review convenience. Jitrino's part is mostly autogenerated search&replace patch, and may be postponed if needed. > [drlvm][jit] get rid of jit helpers IDs re-mapping > -------------------------------------------------- > > Key: HARMONY-3553 > URL: https://issues.apache.org/jira/browse/HARMONY-3553 > Project: Harmony > Issue Type: Sub-task > Components: DRLVM > Reporter: Alexey Varlamov > Assignee: Alexey Varlamov > Priority: Minor > Attachments: H3553.jit.diff, H3553.vm.diff > > > Currently Jitrino does 1:1 remapping of VM_RT_SUPPORT enum to RuntimeHelperId enum. This is excessive and should be dropped. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.