RESOLVED FIXED Bug 85291
Remove one bit from m_column to pack RenderTableCell bits more
https://bugs.webkit.org/show_bug.cgi?id=85291
Summary Remove one bit from m_column to pack RenderTableCell bits more
Julien Chaffraix
Reported 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.
Attachments
Proposed memory change 1. (2.77 KB, patch)
2012-05-01 14:19 PDT, Julien Chaffraix
no flags
Julien Chaffraix
Comment 1 2012-05-01 14:19:05 PDT
Created attachment 139679 [details] Proposed memory change 1.
WebKit Review Bot
Comment 2 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>
WebKit Review Bot
Comment 3 2012-05-01 15:35:20 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.