Bug 71667

Summary: CSSValue: Devirtualize cssValueType().
Product: WebKit Reporter: Andreas Kling <kling>
Component: CSSAssignee: Andreas Kling <kling>
Status: RESOLVED FIXED    
Severity: Normal CC: macpherson, webkit.review.bot
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Bug Depends on:    
Bug Blocks: 71666, 71668    
Attachments:
Description Flags
Patch koivisto: review+

Andreas Kling
Reported 2011-11-07 04:44:46 PST
CSSValue: Devirtualize cssValueType().
Attachments
Patch (8.20 KB, patch)
2011-11-07 04:49 PST, Andreas Kling
koivisto: review+
Andreas Kling
Comment 1 2011-11-07 04:49:52 PST
Antti Koivisto
Comment 2 2011-11-07 05:10:57 PST
Comment on attachment 113845 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=113845&action=review r=me > Source/WebCore/css/CSSValue.h:90 > +private: > + unsigned m_type : 3; // Type Maybe a FIXME here indicating that the memory regression will fix itself soonish.
Antti Koivisto
Comment 3 2011-11-07 05:25:44 PST
Comment on attachment 113845 [details] Patch Also it would be nice if CSSPrimitiveValue had only one field called m_type...
Andreas Kling
Comment 4 2011-11-07 05:34:38 PST
Note You need to log in before you can comment on or make changes to this bug.