Bug 219909 - Switch to using a linked list for the TDZ environment instead of a Vector
Summary: Switch to using a linked list for the TDZ environment instead of a Vector
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: Other
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Saam Barati
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-12-15 11:50 PST by Saam Barati
Modified: 2020-12-16 15:28 PST (History)
15 users (show)

See Also:


Attachments
patch (27.54 KB, patch)
2020-12-15 12:08 PST, Saam Barati
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Saam Barati 2020-12-15 11:50:32 PST
The spine of the vector seems to be causing about a 0.5% memory regression in RAMification
Comment 1 Saam Barati 2020-12-15 11:51:19 PST
<rdar://71441753>
Comment 2 Saam Barati 2020-12-15 12:08:03 PST
Created attachment 416274 [details]
patch
Comment 3 Tadeu Zagallo 2020-12-15 12:20:18 PST
Comment on attachment 416274 [details]
patch

r=me
Comment 4 EWS 2020-12-15 15:18:58 PST
Committed r270870: <https://trac.webkit.org/changeset/270870>

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