Issue 126: Dictionary::Allocate should preserve 25% more space than asked
http://code.google.com/p/v8/issues/detail?id=126

New issue report by [EMAIL PROTECTED]:
A general use case of Dictionary is to allocate enough space to  reduce the  
chance of GC.

dict = Dictionary::Allocate(at_least_space_for);

dict->AtNumberPut(...);

Dictionary::AtNumberPut grows the storage if less than 25% space are  
available.
We should let Dictionary::Allocate allocate 25% more space than requested.




Issue attributes:
        Status: Accepted
        Owner: [EMAIL PROTECTED]
        Labels: Type-FeatureRequest Priority-Medium

-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
-~----------~----~----~----~------~----~------~--~---

Reply via email to