Bug 74019 - RenderObject::style(): Inline early-return condition.
Summary: RenderObject::style(): Inline early-return condition.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-07 12:25 PST by Andreas Kling
Modified: 2011-12-07 13:10 PST (History)
3 users (show)

See Also:


Attachments
Proposed patch (2.62 KB, patch)
2011-12-07 12:29 PST, Andreas Kling
andersca: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2011-12-07 12:25:14 PST
RenderObject::style() is extremely hot (6.1%) when scrolling on YouTube.
Comment 1 Andreas Kling 2011-12-07 12:29:06 PST
Created attachment 118252 [details]
Proposed patch
Comment 2 Andreas Kling 2011-12-07 13:10:15 PST
Committed r102268: <http://trac.webkit.org/changeset/102268>