Bug 141129

Summary: Shrink RenderBlock.
Product: WebKit Reporter: Andreas Kling <kling>
Component: Layout and RenderingAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, esprehn+autocc, glenn, koivisto, kondapallykalyan, WebkitBugTracker
Priority: P2 Keywords: Performance
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch none

Description Andreas Kling 2015-01-31 16:44:13 PST
Looks like we can lose the line-height cache in RenderBlock without affecting any benchmarks, then the remaining bits fit into RenderElement's bitfield.
Savings potential: 8 bytes per RenderBlock (including subclasses)
Comment 1 Andreas Kling 2015-01-31 16:45:05 PST
Created attachment 245805 [details]
Patch
Comment 2 WebKit Commit Bot 2015-01-31 18:58:10 PST
Comment on attachment 245805 [details]
Patch

Clearing flags on attachment: 245805

Committed r179454: <http://trac.webkit.org/changeset/179454>
Comment 3 WebKit Commit Bot 2015-01-31 18:58:13 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Alexey Proskuryakov 2015-02-01 16:15:11 PST
*** Bug 141128 has been marked as a duplicate of this bug. ***