[Webkit-unassigned] [Bug 94712] High memory usage spike in AssemblerBuffer

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 2 13:50:42 PDT 2012


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





--- Comment #34 from Yong Li <yoli at rim.com>  2012-10-02 13:51:05 PST ---
New plan: 

1. Make it have an inline buffer (2048 bytes for example)
2. When inline buffer is not enough, Reserve 32MB virtual memory as the new buffer, and copy the data from inline buffer to the new buffer. Commit physical memory only when necessary.
3. When reserved virtual memory is still not enough, allocate another one with size doubled. (or fail?)

Objection?

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