Bug 233476 - Allocate HistoricResourceUsageData on the heap to reduce binary size
Summary: Allocate HistoricResourceUsageData on the heap to reduce binary size
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Simon Fraser (smfr)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-11-24 10:52 PST by Simon Fraser (smfr)
Modified: 2021-12-19 09:33 PST (History)
3 users (show)

See Also:


Attachments
Patch (1.82 KB, patch)
2021-11-24 10:53 PST, Simon Fraser (smfr)
sam: review+
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 Simon Fraser (smfr) 2021-11-24 10:52:27 PST
Allocate HistoricResourceUsageData on the heap to reduce binary size
Comment 1 Simon Fraser (smfr) 2021-11-24 10:53:21 PST
Created attachment 445101 [details]
Patch
Comment 2 Sam Weinig 2021-11-24 11:02:22 PST
Comment on attachment 445101 [details]
Patch

Nice.
Comment 3 Simon Fraser (smfr) 2021-11-24 13:04:07 PST
Comment on attachment 445101 [details]
Patch

Turns out removing data from __DATA/__bss doesn't affect binary size.