You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Sian January (JIRA)" <ji...@apache.org> on 2008/03/06 16:12:58 UTC

[jira] Assigned: (HARMONY-5575) [classlib][pack200] Pack200 is slow adding to classpool

     [ https://issues.apache.org/jira/browse/HARMONY-5575?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sian January reassigned HARMONY-5575:
-------------------------------------

    Assignee: Sian January

> [classlib][pack200] Pack200 is slow adding to classpool
> -------------------------------------------------------
>
>                 Key: HARMONY-5575
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5575
>             Project: Harmony
>          Issue Type: Improvement
>          Components: Classlib
>         Environment: All pack200
>            Reporter: Andrew Cornwall
>            Assignee: Sian January
>         Attachments: main.patch
>
>
> There are performance issues with Pack200. The real problem is probably the fact that I'm creating lots of garbage in the comparators, but some of that can be alleviated by deferring the sort until after all the ClassFileEntries are known.
> This patch defers the sort.  It reduces the runtime of the JUnit tests from 12.812 seconds to 7.359 seconds, which is not insignificant.
> (Unfortunately, this patch also appears to have changed existing tabs to spaces, so it's larger than it should be.)

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