Bug 228910 - increase inline size of HTMLToken::Attribute::value
Summary: increase inline size of HTMLToken::Attribute::value
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Cameron McCormack (:heycam)
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2021-08-09 01:34 PDT by Cameron McCormack (:heycam)
Modified: 2021-08-09 03:53 PDT (History)
7 users (show)

See Also:


Attachments
Patch (1.36 KB, patch)
2021-08-09 01:39 PDT, Cameron McCormack (:heycam)
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Cameron McCormack (:heycam) 2021-08-09 01:34:01 PDT
The inline size of HTMLToken::Attribute::value, which is used to accumulate attribute value characters during HTML tokenization, is smaller than some attributes to crop up during performance tests.  Let's bump the size up a bit.  Forthcoming patch improves Speedometer 2 by 0.3%.
Comment 1 Radar WebKit Bug Importer 2021-08-09 01:34:20 PDT
<rdar://problem/81686150>
Comment 2 Cameron McCormack (:heycam) 2021-08-09 01:39:56 PDT
Created attachment 435174 [details]
Patch
Comment 3 Yusuke Suzuki 2021-08-09 01:42:40 PDT
Comment on attachment 435174 [details]
Patch

r=me
Comment 4 EWS 2021-08-09 03:53:19 PDT
Committed r280771 (240355@main): <https://commits.webkit.org/240355@main>

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