You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Alexei Fedotov (JIRA)" <ji...@apache.org> on 2007/05/29 16:02:15 UTC

[jira] Created: (HARMONY-3996) [drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error

[drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error
-----------------------------------------------------------------------------------------------

                 Key: HARMONY-3996
                 URL: https://issues.apache.org/jira/browse/HARMONY-3996
             Project: Harmony
          Issue Type: Sub-task
          Components: DRLVM
            Reporter: Alexei Fedotov


When we clean an unreachable node, all incoming edges are deleted. There is no need to clean edges from unreachable code which go to cleaned unreachable nodes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3996) [drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error

Posted by "Alexei Fedotov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Fedotov updated HARMONY-3996:
------------------------------------

    Attachment: cleaning_unreachable.patch

The fix and the test.

> [drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3996
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3996
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>            Reporter: Alexei Fedotov
>         Attachments: cleaning_unreachable.patch
>
>
> When we clean an unreachable node, all incoming edges are deleted. There is no need to clean edges from unreachable code which go to cleaned unreachable nodes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Closed: (HARMONY-3996) [drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error

Posted by "Alexei Fedotov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Fedotov closed HARMONY-3996.
-----------------------------------

    Resolution: Fixed

The patch is added to the fix of HARMONY-3910. 

> [drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3996
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3996
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>            Reporter: Alexei Fedotov
>            Assignee: Gregory Shimansky
>         Attachments: cleaning_unreachable.patch
>
>
> When we clean an unreachable node, all incoming edges are deleted. There is no need to clean edges from unreachable code which go to cleaned unreachable nodes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (HARMONY-3996) [drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error

Posted by "Gregory Shimansky (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Gregory Shimansky reassigned HARMONY-3996:
------------------------------------------

    Assignee: Gregory Shimansky

> [drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3996
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3996
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>            Reporter: Alexei Fedotov
>            Assignee: Gregory Shimansky
>         Attachments: cleaning_unreachable.patch
>
>
> When we clean an unreachable node, all incoming edges are deleted. There is no need to clean edges from unreachable code which go to cleaned unreachable nodes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (HARMONY-3996) [drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error

Posted by "Alexei Fedotov (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/HARMONY-3996?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Alexei Fedotov updated HARMONY-3996:
------------------------------------

    Estimated Complexity: Moderate
              Patch Info: [Patch Available]

> [drlvm][verifier] cleaning edges from unreachable code to already cleaned code produce an error
> -----------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-3996
>                 URL: https://issues.apache.org/jira/browse/HARMONY-3996
>             Project: Harmony
>          Issue Type: Sub-task
>          Components: DRLVM
>            Reporter: Alexei Fedotov
>         Attachments: cleaning_unreachable.patch
>
>
> When we clean an unreachable node, all incoming edges are deleted. There is no need to clean edges from unreachable code which go to cleaned unreachable nodes.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.