RESOLVED WONTFIX 113938
Element: Unionize tagQName and elementData to save space.
https://bugs.webkit.org/show_bug.cgi?id=113938
Summary Element: Unionize tagQName and elementData to save space.
Andreas Kling
Reported 2013-04-04 09:24:01 PDT
We could shrink attribute-less Elements by one pointer if we unionize tagQName() and elementData().
Attachments
Breakfast for EWS (22.30 KB, patch)
2013-04-04 09:37 PDT, Andreas Kling
buildbot: commit-queue-
Lunch for EWS (23.00 KB, patch)
2013-04-06 01:24 PDT, Andreas Kling
no flags
Dinner for EWS (22.83 KB, patch)
2013-04-07 06:49 PDT, Andreas Kling
no flags
Andreas Kling
Comment 1 2013-04-04 09:37:05 PDT
Created attachment 196485 [details] Breakfast for EWS
Build Bot
Comment 2 2013-04-04 23:19:47 PDT
Andreas Kling
Comment 3 2013-04-06 01:24:36 PDT
Created attachment 196722 [details] Lunch for EWS
WebKit Review Bot
Comment 4 2013-04-06 15:45:15 PDT
Attachment 196722 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebCore/dom/DocumentSharedObjectPool.cpp', u'Source/WebCore/dom/DocumentSharedObjectPool.h', u'Source/WebCore/dom/Element.cpp', u'Source/WebCore/dom/Element.h', u'Source/WebCore/dom/Node.h']" exit_code: 1 Source/WebCore/dom/Element.cpp:2957: One line control clauses should not use braces. [whitespace/braces] [4] Total errors found: 1 in 5 files If any of these errors are false positives, please file a bug against check-webkit-style.
Andreas Kling
Comment 5 2013-04-07 06:49:05 PDT
Created attachment 196785 [details] Dinner for EWS
Andreas Kling
Comment 6 2017-03-14 13:12:27 PDT
Let's not do this cheesy micro-optimization.
Note You need to log in before you can comment on or make changes to this bug.