ASSIGNED 226162
Putting HashMap in a heap block hurts memory use, speed, code size (part 1)
https://bugs.webkit.org/show_bug.cgi?id=226162
Summary Putting HashMap in a heap block hurts memory use, speed, code size (part 1)
Darin Adler
Reported 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.
Attachments
Patch (255.73 KB, patch)
2021-05-23 23:17 PDT, Darin Adler
ews-feeder: commit-queue-
Patch (255.74 KB, patch)
2021-05-23 23:31 PDT, Darin Adler
ews-feeder: commit-queue-
Darin Adler
Comment 1 2021-05-23 23:17:02 PDT Comment hidden (obsolete)
EWS Watchlist
Comment 2 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
Darin Adler
Comment 3 2021-05-23 23:31:18 PDT
Radar WebKit Bug Importer
Comment 4 2021-05-30 23:11:17 PDT
Note You need to log in before you can comment on or make changes to this bug.