[Webkit-unassigned] [Bug 42912] Consider using v8::AdjustAmountOfExternalAllocatedMemory for TypedArrays

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 30 16:42:33 PDT 2011


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





--- Comment #1 from James Robinson <jamesr at chromium.org>  2011-06-30 16:42:32 PST ---
I think we should do this.  We recently received a report from a chromium extension developer who was loading the data from a series of files via XHR and accessing the data as an ArrayBuffer via responseType="arraybuffer".  Even though only one ArrayBuffer is reachable through javascript at any given time, the page quickly exhausts available RAM since there aren't enough allocations within javascript memory to trigger a GC.

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