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/02 01:38:45 UTC

[jira] Updated: (HARMONY-5889) [classlib][pack200] Some bytecodes can be cached

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

Andrew Cornwall updated HARMONY-5889:
-------------------------------------

    Attachment: main.patch

main.patch implementing NoArgumentForm ByteCode cache

> [classlib][pack200] Some bytecodes can be cached
> ------------------------------------------------
>
>                 Key: HARMONY-5889
>                 URL: https://issues.apache.org/jira/browse/HARMONY-5889
>             Project: Harmony
>          Issue Type: Improvement
>    Affects Versions: 5.0M6
>         Environment: pack200 head
>            Reporter: Andrew Cornwall
>         Attachments: main.patch
>
>
> Right now, every bytecode gets a new instance of ByteCode. This is necessary for those bytecodes which take arguments, but the NoArgumentForm bytecodes don't need this. Since they constitute a large part of the bytecode set, caching a single instance of these bytecodes leads to considerable savings.

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