[Webkit-unassigned] [Bug 208408] Make EventTargetData field of Node by sharing one pointer with NodeRareData & ElementRareData

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Feb 29 01:15:37 PST 2020


https://bugs.webkit.org/show_bug.cgi?id=208408

--- Comment #1 from Yusuke Suzuki <ysuzuki at apple.com> ---
In JSC, this is really common technique: m_xxxOrRareData field, and RareData can contain XXX. If RareData is allocated, we move xxx into a field of RareData.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200229/ec56765d/attachment.htm>


More information about the webkit-unassigned mailing list