Bug 226162 - Putting HashMap in a heap block hurts memory use, speed, code size (part 1)
Summary: Putting HashMap in a heap block hurts memory use, speed, code size (part 1)
Status: ASSIGNED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit Misc. (show other bugs)
Version: Other
Hardware: All All
: P2 Normal
Assignee: Darin Adler
URL:
Keywords: InRadar
Depends on:
Blocks: 226068
  Show dependency treegraph
 
Reported: 2021-05-23 23:10 PDT by Darin Adler
Modified: 2021-05-30 23:11 PDT (History)
36 users (show)

See Also:


Attachments
Patch (255.73 KB, patch)
2021-05-23 23:17 PDT, Darin Adler
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (255.74 KB, patch)
2021-05-23 23:31 PDT, Darin Adler
ews-feeder: commit-queue-
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2021-05-23 23:10:04 PDT
Putting HashMap in a heap block hurts memory use, speed, and code size. We should stop doing that. This bug  will cover removing *most* cases where we do it.
Comment 1 Darin Adler 2021-05-23 23:17:02 PDT Comment hidden (obsolete)
Comment 2 EWS Watchlist 2021-05-23 23:18:05 PDT
Thanks for the patch. If this patch contains new public API please make sure it follows the guidelines for new WebKit2 GTK+ API. See https://trac.webkit.org/wiki/WebKitGTK/AddingNewWebKit2API
Comment 3 Darin Adler 2021-05-23 23:31:18 PDT
Created attachment 429506 [details]
Patch
Comment 4 Radar WebKit Bug Importer 2021-05-30 23:11:17 PDT
<rdar://problem/78675956>