Bug 208350
Summary: | Display::InlineContent's inlineCapacity seems too large | ||
---|---|---|---|
Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
Component: | Layout and Rendering | Assignee: | 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
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 | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
I want to get histogram of this in Speedometer2.
Yusuke Suzuki
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
*** This bug has been marked as a duplicate of bug 208343 ***