You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Gregory Shimansky (JIRA)" <ji...@apache.org> on 2007/12/28 15:04:43 UTC

[jira] Closed: (HARMONY-4914) [drlvm] increasing default sizes for code and vtable pools give a little boost

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

Gregory Shimansky closed HARMONY-4914.
--------------------------------------


No response, assuming ok.

> [drlvm]  increasing default sizes for code and vtable pools give a little boost
> -------------------------------------------------------------------------------
>
>                 Key: HARMONY-4914
>                 URL: https://issues.apache.org/jira/browse/HARMONY-4914
>             Project: Harmony
>          Issue Type: Improvement
>          Components: DRLVM
>         Environment: windows, linux
>            Reporter: Rustem Rafikov
>            Assignee: Gregory Shimansky
>            Priority: Minor
>         Attachments: code-size.patch, code-size.patch
>
>
> I suggest to increase the default sizes for vtable and code pools (see vm/vmcore/include/mem_alloc.h).
> It reduces fragmentation of data and thus gives a little boost on specjbb2005 (as example). 
> For example, the default code pool size for bootstrap classloader is 256K. Final size is about 2Mb, so it is reallocated ~6-7 times. The numbers for default classloader are: 64K - default, ~800K - final, it is  realocated 11-12 times. 
> The patch is attached.

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