Bug 124912 - Structure::m_staticFunctionReified should be a single bit.
Summary: Structure::m_staticFunctionReified should be a single bit.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-26 19:55 PST by Andreas Kling
Modified: 2013-11-27 07:07 PST (History)
1 user (show)

See Also:


Attachments
Patch (1.14 KB, patch)
2013-11-26 19:57 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2013-11-26 19:55:44 PST
Structure::m_staticFunctionReified should be a single bit. It's currently taking up 4 bytes, making Structure 8 bytes bigger than it needs to be. Whew.
Comment 1 Andreas Kling 2013-11-26 19:57:06 PST
Created attachment 217921 [details]
Patch
Comment 2 WebKit Commit Bot 2013-11-27 07:07:50 PST
Comment on attachment 217921 [details]
Patch

Clearing flags on attachment: 217921

Committed r159814: <http://trac.webkit.org/changeset/159814>
Comment 3 WebKit Commit Bot 2013-11-27 07:07:51 PST
All reviewed patches have been landed.  Closing bug.