[Webkit-unassigned] [Bug 65840] Fix comment in NewSpace.h

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 9 02:36:31 PDT 2011


https://bugs.webkit.org/show_bug.cgi?id=65840





--- Comment #4 from Zoltan Herczeg <zherczeg at webkit.org>  2011-08-09 02:36:31 PST ---
> I don't think this is true: the first imprecise size class is exactly 128, not 128 - preciseStep.

See bug 65458 (Depends on). The bug was that an allocation of 103 bytes is bigger than 95, which is the end of last precise class on 64 bit. So it is allocated from the first inprecise class. Or should it go to a precise class?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list