Bug 208408
| Summary: | Make EventTargetData field of Node by sharing one pointer with NodeRareData & ElementRareData | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Yusuke Suzuki <ysuzuki> |
| Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
| Status: | NEW | ||
| Severity: | Normal | CC: | ysuzuki |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Yusuke Suzuki
...
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Yusuke Suzuki
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.