Return-Path: Delivered-To: apmail-harmony-commits-archive@www.apache.org Received: (qmail 85589 invoked from network); 23 Jul 2007 05:41:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Jul 2007 05:41:52 -0000 Received: (qmail 38544 invoked by uid 500); 23 Jul 2007 05:41:54 -0000 Delivered-To: apmail-harmony-commits-archive@harmony.apache.org Received: (qmail 38454 invoked by uid 500); 23 Jul 2007 05:41: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 38445 invoked by uid 99); 23 Jul 2007 05:41:53 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 22 Jul 2007 22:41: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; Sun, 22 Jul 2007 22:41:51 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 760A47141F8 for ; Sun, 22 Jul 2007 22:41:31 -0700 (PDT) Message-ID: <31169501.1185169291479.JavaMail.jira@brutus> Date: Sun, 22 Jul 2007 22:41:31 -0700 (PDT) From: "Egor Pasko (JIRA)" To: commits@harmony.apache.org Subject: [jira] Updated: (HARMONY-4476) [drlvm][jit][opt][abcd] Two-state Inequality Graph for both Lower and Upper problems, to ensure correctness and simplify the code, ability to dump stats In-Reply-To: <28724278.1184620564998.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-4476?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Egor Pasko updated HARMONY-4476: -------------------------------- Attachment: 0002-uint32-ids-for-IOpndProxy.txt uint64 -> uint32, cannot even remember, why I wrote them as uint64.. comment fixed as well both patches in the queue need to be committed > [drlvm][jit][opt][abcd] Two-state Inequality Graph for both Lower and Upper problems, to ensure correctness and simplify the code, ability to dump stats > -------------------------------------------------------------------------------------------------------------------------------------------------------- > > Key: HARMONY-4476 > URL: https://issues.apache.org/jira/browse/HARMONY-4476 > Project: Harmony > Issue Type: Improvement > Components: DRLVM > Environment: all > Reporter: Egor Pasko > Attachments: 0001-Two-state-Inequality-Graph-with-ABCD-Stats-option.txt, 0002-uint32-ids-for-IOpndProxy.txt, igraph.png > > > Creating two Inequality Graphs makes it difficult to make sure the graph looks like the right one. This issue proposes to create two-state InequalityGraph. One state shall represent the upper-bound problem, the other -- lower-bound. Constraints arising from statements like "a=b", "a=b+const" are the same in both states of the graph, whereas constraints arising from statements like "if (a < b)" are different (basically, the edges change direction to the opposite and negate their length) -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.