RESOLVED FIXED224202
Replace the Optional metadata of ImageSource by a single OptionSet and the underlying metadata
https://bugs.webkit.org/show_bug.cgi?id=224202
Summary Replace the Optional metadata of ImageSource by a single OptionSet and the un...
Said Abou-Hallawa
Reported 2021-04-05 13:51:08 PDT
Encapsulating the metadata in a Optionals adds extra memory cost.
Attachments
Patch (19.76 KB, patch)
2021-04-05 15:20 PDT, Said Abou-Hallawa
no flags
Patch (19.76 KB, patch)
2021-04-05 15:42 PDT, Said Abou-Hallawa
no flags
Patch (19.76 KB, patch)
2021-04-05 15:58 PDT, Said Abou-Hallawa
no flags
Patch (20.28 KB, patch)
2021-04-06 13:40 PDT, Said Abou-Hallawa
no flags
Said Abou-Hallawa
Comment 1 2021-04-05 15:20:28 PDT
Tim Horton
Comment 2 2021-04-05 15:35:36 PDT
cahced!
Simon Fraser (smfr)
Comment 3 2021-04-05 15:37:27 PDT
Comment on attachment 425213 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=425213&action=review > Source/WebCore/platform/graphics/ImageSource.h:226 > + OptionSet<MetadataType> m_cahcedMetadata; "cahced"
Said Abou-Hallawa
Comment 4 2021-04-05 15:42:33 PDT
Said Abou-Hallawa
Comment 5 2021-04-05 15:58:44 PDT
Said Abou-Hallawa
Comment 6 2021-04-06 13:40:56 PDT
EWS
Comment 7 2021-04-06 16:36:32 PDT
Committed r275570: <https://commits.webkit.org/r275570> All reviewed patches have been landed. Closing bug and clearing flags on attachment 425320 [details].
Radar WebKit Bug Importer
Comment 8 2021-04-06 16:37:17 PDT
Note You need to log in before you can comment on or make changes to this bug.