[Webkit-unassigned] [Bug 112303] [meta] Reduce startup mallocs

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 14 10:27:40 PDT 2013


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





--- Comment #7 from Alexey Proskuryakov <ap at webkit.org>  2013-03-14 10:30:05 PST ---
Yes, I think that it remains a concern. But I'm sure that improvements can be made while keeping it in mind.

1. We'll need to ensure that the data is allocated contiguously in linked binary, so that touching it doesn't dirty more pages than necessary.

2. Ideally, this static allocation will be done in a way that doesn't immediately make the memory dirty. If it's done this way, touching e.g. one EventName could dirty more pages than necessary.

(1) is could cause a memory use regression from what we have now. (2) can not be a regression, it's an improvement opportunity. Ordering EventNames by how common they are could save some memory.

-- 
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