Bug 223197 - Avoid doing a heap allocation in AudioParam::calculateFinalValues() on the audio thread
Summary: Avoid doing a heap allocation in AudioParam::calculateFinalValues() on the au...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Audio (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-03-15 11:23 PDT by Chris Dumez
Modified: 2021-03-15 12:51 PDT (History)
8 users (show)

See Also:


Attachments
Patch (3.48 KB, patch)
2021-03-15 11:33 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2021-03-15 11:23:27 PDT
Avoid doing a heap allocation in AudioParam::calculateFinalValues() on the audio thread, for performance reasons.
Comment 1 Chris Dumez 2021-03-15 11:23:45 PDT
<rdar://60700260>
Comment 2 Chris Dumez 2021-03-15 11:33:23 PDT
Created attachment 423206 [details]
Patch
Comment 3 EWS 2021-03-15 12:51:26 PDT
Committed r274432: <https://commits.webkit.org/r274432>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 423206 [details].