Bug 208350

Summary: Display::InlineContent's inlineCapacity seems too large
Product: WebKit Reporter: Yusuke Suzuki <ysuzuki>
Component: Layout and RenderingAssignee: Yusuke Suzuki <ysuzuki>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: bfulgham, koivisto, simon.fraser, zalan
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Yusuke Suzuki
Reported 2020-02-27 16:14:14 PST
I've inserted logging of actually used capacity, and run several web pages including Gmail, webkit.org, Speedometer. The result is large part of this is only 1. I think our inlineCapacity for Display::InlineContent is too large.
Attachments
Yusuke Suzuki
Comment 1 2020-02-27 16:14:34 PST
I want to get histogram of this in Speedometer2.
Yusuke Suzuki
Comment 2 2020-02-27 16:33:18 PST
Data collected from Speedometer2. RUNS 1 => 19257 2 => 4 3 => 2 4 => 4 5 => 1 LINEBOXES 1 => 19257 2 => 5 3 => 3 4 => 2 5 => 1 I think we should pick Vector<..., 1>.
Yusuke Suzuki
Comment 3 2020-02-27 17:04:51 PST
*** This bug has been marked as a duplicate of bug 208343 ***
Note You need to log in before you can comment on or make changes to this bug.