Bug 85291 - Remove one bit from m_column to pack RenderTableCell bits more
Summary: Remove one bit from m_column to pack RenderTableCell bits more
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tables (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Julien Chaffraix
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-01 09:27 PDT by Julien Chaffraix
Modified: 2012-05-01 15:35 PDT (History)
2 users (show)

See Also:


Attachments
Proposed memory change 1. (2.77 KB, patch)
2012-05-01 14:19 PDT, Julien Chaffraix
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Julien Chaffraix 2012-05-01 09:27:00 PDT
Following bug 85229, we could reap one more bit from RenderTableCell's column index to pack the bits into 32 bits, thus saving one word on 32 bit architectures.
Comment 1 Julien Chaffraix 2012-05-01 14:19:05 PDT
Created attachment 139679 [details]
Proposed memory change 1.
Comment 2 WebKit Review Bot 2012-05-01 15:35:11 PDT
Comment on attachment 139679 [details]
Proposed memory change 1.

Clearing flags on attachment: 139679

Committed r115755: <http://trac.webkit.org/changeset/115755>
Comment 3 WebKit Review Bot 2012-05-01 15:35:20 PDT
All reviewed patches have been landed.  Closing bug.