[Webkit-unassigned] [Bug 222095] New: Avoid heap allocation for EventContexts
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Feb 18 00:59:51 PST 2021
https://bugs.webkit.org/show_bug.cgi?id=222095
Bug ID: 222095
Summary: Avoid heap allocation for EventContexts
Product: WebKit
Version: WebKit Nightly Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: DOM
Assignee: webkit-unassigned at lists.webkit.org
Reporter: rniwa at webkit.org
We don't need to a class hierarchy to represent different kinds of EventContext.
Merge all the subclasses of EventContext onto itself to avoid heap allocation in EventPath.
--
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/20210218/1bdbb633/attachment-0001.htm>
More information about the webkit-unassigned
mailing list