[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:27:47 PDT 2010


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





--- Comment #5 from Kenneth Russell <kbr at google.com>  2010-09-29 13:27:47 PST ---
(In reply to comment #4)
> >  many are deleted in the real-time audio thread
> 
> Isn't the right solution to ensure that these are not deleted on that thread, rather than implementing throttling?

Moving the deletion of these objects to the main thread requires rethinking some of the synchronization and queueing strategy. This is an incremental fix improving the behavior without completely rewriting things.

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