You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Andrew Cornwall (JIRA)" <ji...@apache.org> on 2008/07/19 00:17:31 UTC

[jira] Created: (HARMONY-5919) [classlib][pack200]

[classlib][pack200]
-------------------

                 Key: HARMONY-5919
                 URL: https://issues.apache.org/jira/browse/HARMONY-5919
             Project: Harmony
          Issue Type: Improvement
         Environment: pack200 HEAD
            Reporter: Andrew Cornwall


This patch removes an Iterator and adds a for loop in getRelevantIcTuple(). This improves performance by around 2% overall.

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


[jira] Commented: (HARMONY-5919) [classlib][pack200] getRelevantIcTuple minor change

Posted by "Aleksey Shipilev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614965#action_12614965 ] 

Aleksey Shipilev commented on HARMONY-5919:
-------------------------------------------

Good point, Andrew!
I had changed this for entire pack200 in HARMONY-5920. That issue incorporates this one and gives +10% overall.

> [classlib][pack200] getRelevantIcTuple minor change
> ---------------------------------------------------
>
>                 Key: HARMONY-5919
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5919
>             Project: Harmony
>          Issue Type: Improvement
>         Environment: pack200 HEAD
>            Reporter: Andrew Cornwall
>            Priority: Minor
>         Attachments: main.patch
>
>
> This patch removes an Iterator and adds a for loop in getRelevantIcTuple(). This improves performance by around 2% overall.

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


[jira] Closed: (HARMONY-5919) [classlib][pack200] getRelevantIcTuple minor change

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

Andrew Cornwall closed HARMONY-5919.
------------------------------------


Patch was applied as expected. Thanks!

> [classlib][pack200] getRelevantIcTuple minor change
> ---------------------------------------------------
>
>                 Key: HARMONY-5919
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5919
>             Project: Harmony
>          Issue Type: Improvement
>         Environment: pack200 HEAD
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>            Priority: Minor
>             Fix For: 5.0M7
>
>         Attachments: main.patch
>
>
> This patch removes an Iterator and adds a for loop in getRelevantIcTuple(). This improves performance by around 2% overall.

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


[jira] Assigned: (HARMONY-5919) [classlib][pack200] getRelevantIcTuple minor change

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

Sian January reassigned HARMONY-5919:
-------------------------------------

    Assignee: Sian January

> [classlib][pack200] getRelevantIcTuple minor change
> ---------------------------------------------------
>
>                 Key: HARMONY-5919
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5919
>             Project: Harmony
>          Issue Type: Improvement
>         Environment: pack200 HEAD
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>            Priority: Minor
>         Attachments: main.patch
>
>
> This patch removes an Iterator and adds a for loop in getRelevantIcTuple(). This improves performance by around 2% overall.

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


[jira] Commented: (HARMONY-5919) [classlib][pack200] getRelevantIcTuple minor change

Posted by "Aleksey Shipilev (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/HARMONY-5919?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12614973#action_12614973 ] 

Aleksey Shipilev commented on HARMONY-5919:
-------------------------------------------

And more through optimization done in HARMONY-5921, giving +12% boost.

> [classlib][pack200] getRelevantIcTuple minor change
> ---------------------------------------------------
>
>                 Key: HARMONY-5919
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5919
>             Project: Harmony
>          Issue Type: Improvement
>         Environment: pack200 HEAD
>            Reporter: Andrew Cornwall
>            Priority: Minor
>         Attachments: main.patch
>
>
> This patch removes an Iterator and adds a for loop in getRelevantIcTuple(). This improves performance by around 2% overall.

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


[jira] Updated: (HARMONY-5919) [classlib][pack200]

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

Andrew Cornwall updated HARMONY-5919:
-------------------------------------

    Attachment: main.patch

main.patch to replace iterator with for loop

> [classlib][pack200]
> -------------------
>
>                 Key: HARMONY-5919
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5919
>             Project: Harmony
>          Issue Type: Improvement
>         Environment: pack200 HEAD
>            Reporter: Andrew Cornwall
>         Attachments: main.patch
>
>
> This patch removes an Iterator and adds a for loop in getRelevantIcTuple(). This improves performance by around 2% overall.

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


[jira] Updated: (HARMONY-5919) [classlib][pack200] getRelevantIcTuple minor change

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

Andrew Cornwall updated HARMONY-5919:
-------------------------------------

    Priority: Minor  (was: Major)
     Summary: [classlib][pack200] getRelevantIcTuple minor change  (was: [classlib][pack200])

> [classlib][pack200] getRelevantIcTuple minor change
> ---------------------------------------------------
>
>                 Key: HARMONY-5919
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5919
>             Project: Harmony
>          Issue Type: Improvement
>         Environment: pack200 HEAD
>            Reporter: Andrew Cornwall
>            Priority: Minor
>         Attachments: main.patch
>
>
> This patch removes an Iterator and adds a for loop in getRelevantIcTuple(). This improves performance by around 2% overall.

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


[jira] Resolved: (HARMONY-5919) [classlib][pack200] getRelevantIcTuple minor change

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

Sian January resolved HARMONY-5919.
-----------------------------------

       Resolution: Fixed
    Fix Version/s: 5.0M7

Applied patch for HARMONY-5920 in r678386.  Andrew - please confirm that this resolves your issue too.

> [classlib][pack200] getRelevantIcTuple minor change
> ---------------------------------------------------
>
>                 Key: HARMONY-5919
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5919
>             Project: Harmony
>          Issue Type: Improvement
>         Environment: pack200 HEAD
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>            Priority: Minor
>             Fix For: 5.0M7
>
>         Attachments: main.patch
>
>
> This patch removes an Iterator and adds a for loop in getRelevantIcTuple(). This improves performance by around 2% overall.

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