You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Pavel Ozhdikhin (JIRA)" <ji...@apache.org> on 2007/08/23 07:20:30 UTC

[jira] Created: (HARMONY-4673) [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions

[drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions
---------------------------------------------------------------------------------------------

                 Key: HARMONY-4673
                 URL: https://issues.apache.org/jira/browse/HARMONY-4673
             Project: Harmony
          Issue Type: Bug
          Components: DRLVM
            Reporter: Pavel Ozhdikhin
            Priority: Minor


In the test from HARMONY-4596 there is a loop exit from the dispatch node to the unwind node. Rept pass considers this as a valid loop exit and removes all pseudoThrow instructions from the loop, even when this is the only throwing instruction.

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


[jira] Updated: (HARMONY-4673) [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions

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

Pavel Ozhdikhin updated HARMONY-4673:
-------------------------------------

    Attachment: H4673.patch

The patch is attached.
Passed "build test" "build reg.test" on Win32.

The regression test from HARMONY-4596 will cover the issue.


> [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4673
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4673
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Ozhdikhin
>            Priority: Minor
>         Attachments: H4673.patch
>
>
> In the test from HARMONY-4596 there is a loop exit from the dispatch node to the unwind node. Rept pass considers this as a valid loop exit and removes all pseudoThrow instructions from the loop, even when this is the only throwing instruction.

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


[jira] Resolved: (HARMONY-4673) [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions

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

Mikhail Fursov resolved HARMONY-4673.
-------------------------------------

    Resolution: Fixed

committed revision 469255

> [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4673
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4673
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Ozhdikhin
>            Assignee: Mikhail Fursov
>            Priority: Minor
>         Attachments: H4673.patch
>
>
> In the test from HARMONY-4596 there is a loop exit from the dispatch node to the unwind node. Rept pass considers this as a valid loop exit and removes all pseudoThrow instructions from the loop, even when this is the only throwing instruction.

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


[jira] Assigned: (HARMONY-4673) [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions

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

Mikhail Fursov reassigned HARMONY-4673:
---------------------------------------

    Assignee: Mikhail Fursov

> [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4673
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4673
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Ozhdikhin
>            Assignee: Mikhail Fursov
>            Priority: Minor
>         Attachments: H4673.patch
>
>
> In the test from HARMONY-4596 there is a loop exit from the dispatch node to the unwind node. Rept pass considers this as a valid loop exit and removes all pseudoThrow instructions from the loop, even when this is the only throwing instruction.

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


[jira] Updated: (HARMONY-4673) [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions

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

Pavel Ozhdikhin updated HARMONY-4673:
-------------------------------------

    Patch Info: [Patch Available]

> [drlvm][jit][opt] Remove extra pseudoThrow pass can remove essential pseudoThrow instructions
> ---------------------------------------------------------------------------------------------
>
>                 Key: HARMONY-4673
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4673
>             Project: Harmony
>          Issue Type: Bug
>          Components: DRLVM
>            Reporter: Pavel Ozhdikhin
>            Priority: Minor
>         Attachments: H4673.patch
>
>
> In the test from HARMONY-4596 there is a loop exit from the dispatch node to the unwind node. Rept pass considers this as a valid loop exit and removes all pseudoThrow instructions from the loop, even when this is the only throwing instruction.

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