Bug 96503 - [CSSRegions]Shrink RenderFlowThread size by using bit flags
Summary: [CSSRegions]Shrink RenderFlowThread size by using bit flags
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-09-12 05:46 PDT by Mihnea Ovidenie
Modified: 2012-09-12 10:25 PDT (History)
2 users (show)

See Also:


Attachments
Patch (1.74 KB, patch)
2012-09-12 05:52 PDT, Mihnea Ovidenie
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mihnea Ovidenie 2012-09-12 05:46:08 PDT
RenderFlowThread class currently uses 8 bools to keep various flags. Using a bit for each of them should be enough.
Comment 1 Mihnea Ovidenie 2012-09-12 05:52:46 PDT
Created attachment 163609 [details]
Patch
Comment 2 WebKit Review Bot 2012-09-12 10:25:06 PDT
Comment on attachment 163609 [details]
Patch

Clearing flags on attachment: 163609

Committed r128335: <http://trac.webkit.org/changeset/128335>
Comment 3 WebKit Review Bot 2012-09-12 10:25:08 PDT
All reviewed patches have been landed.  Closing bug.