[Webkit-unassigned] [Bug 46834] Limit number of AudioNode deletions per render quantum in AudioContext

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 29 13:06:34 PDT 2010


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





--- Comment #2 from Chris Rogers <crogers at google.com>  2010-09-29 13:06:33 PST ---
This fixes a problem where garbage collection suddenly releases tons of AudioNodes at the same time and many are deleted in the real-time audio thread.  This patch amortizes the deletions over several render quantums by deleting only a limited amount each time.

NOTE: this patch also contains an incidental minor change to the HRTFDatabaseLoader API.

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