Bug 254564 - Optimize createJSHTMLWrapper()
Summary: Optimize createJSHTMLWrapper()
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Bindings (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-03-27 19:09 PDT by Chris Dumez
Modified: 2023-03-28 08:14 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2023-03-27 19:09:31 PDT
Optimize createJSHTMLWrapper() by using a switch statement and leveraging the fairly recently added ElementName enumeration.
Comment 1 Chris Dumez 2023-03-27 19:25:54 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12035
Comment 2 Radar WebKit Bug Importer 2023-03-27 21:23:35 PDT
<rdar://problem/107299575>
Comment 3 EWS 2023-03-28 08:14:02 PDT
Committed 262212@main (3c19d495573e): <https://commits.webkit.org/262212@main>

Reviewed commits have been landed. Closing PR #12035 and removing active labels.