Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 27540 invoked from network); 28 Jan 2008 09:59:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 28 Jan 2008 09:59:55 -0000 Received: (qmail 12366 invoked by uid 500); 28 Jan 2008 09:59:46 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 12347 invoked by uid 500); 28 Jan 2008 09:59:46 -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 12338 invoked by uid 99); 28 Jan 2008 09:59:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Jan 2008 01:59:46 -0800 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; Mon, 28 Jan 2008 09:59:27 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 9851C714233 for ; Mon, 28 Jan 2008 01:59:34 -0800 (PST) Message-ID: <25359613.1201514374619.JavaMail.jira@brutus> Date: Mon, 28 Jan 2008 01:59:34 -0800 (PST) From: "Mikhail Fursov (JIRA)" To: commits@harmony.apache.org Subject: [jira] Commented: (HARMONY-5425) [drlvm][jit][opt] Spillgen ignores intitial constrains sometimes In-Reply-To: <20576231.1201255356049.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-5425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12563102#action_12563102 ] Mikhail Fursov commented on HARMONY-5425: ----------------------------------------- Alexey, the check I wrote was tested on 32-bit platform only. I do not included it into commit because of problems with it on EM64T. > [drlvm][jit][opt] Spillgen ignores intitial constrains sometimes > ---------------------------------------------------------------- > > Key: HARMONY-5425 > URL: https://issues.apache.org/jira/browse/HARMONY-5425 > Project: Harmony > Issue Type: Bug > Components: DRLVM > Reporter: Mikhail Fursov > Assignee: Mikhail Fursov > Attachments: spill.diff > > > I found that in some scenarios with high register pressure (I can't neither publish the sources or create a microtest) spillgen reassigns an operand from callee-save register to caller-save making its value invalid after a CALL > The problem method was originally found in a method: org/apache/harmony/awt/gl/Crossing::intersectCubic > I apply the patch that fixes the problem. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.