Bug 156981

Summary: Inline RenderStyle into RenderElement
Product: WebKit Reporter: Antti Koivisto <koivisto>
Component: Layout and RenderingAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: kling, simon.fraser
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
patch
kling: review+
patch
none
patch
none
patch
none
patch none

Description Antti Koivisto 2016-04-25 08:50:34 PDT
We can save memory and reduce indirection of style access by inlining RenderStyle to RenderElement.
Comment 1 Antti Koivisto 2016-04-25 09:05:29 PDT
Created attachment 277252 [details]
patch
Comment 2 Andreas Kling 2016-04-25 10:24:46 PDT
Comment on attachment 277252 [details]
patch

r=me once it builds.
Comment 3 Antti Koivisto 2016-04-25 10:25:57 PDT
Created attachment 277257 [details]
patch
Comment 4 Antti Koivisto 2016-04-25 10:58:23 PDT
Created attachment 277261 [details]
patch
Comment 5 Antti Koivisto 2016-04-25 11:21:03 PDT
Created attachment 277262 [details]
patch
Comment 6 Antti Koivisto 2016-04-25 11:45:30 PDT
Created attachment 277264 [details]
patch
Comment 7 Antti Koivisto 2016-04-25 12:49:29 PDT
https://trac.webkit.org/r200041
Comment 8 Antti Koivisto 2016-04-25 13:00:05 PDT
<rdar://problem/25913417>