WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
266531
Move RenderElementType to RenderObject to simplify and devirtualize type checks
https://bugs.webkit.org/show_bug.cgi?id=266531
Summary
Move RenderElementType to RenderObject to simplify and devirtualize type checks
Ryosuke Niwa
Reported
2023-12-15 23:02:02 PST
Move OptionSet<RenderElementType> to RenderObject, add more flags to devirtualize more type checks. Also simplify isRenderLayerModelObject, isRenderBoxModelObject, etc... by eliminating is<RenderElement>(*this) check.
Attachments
Add attachment
proposed patch, testcase, etc.
Ryosuke Niwa
Comment 1
2023-12-15 23:13:39 PST
Pull request:
https://github.com/WebKit/WebKit/pull/21920
EWS
Comment 2
2023-12-17 13:06:08 PST
Committed
272195@main
(5b7421b95b8c): <
https://commits.webkit.org/272195@main
> Reviewed commits have been landed. Closing PR #21920 and removing active labels.
Radar WebKit Bug Importer
Comment 3
2023-12-17 13:07:20 PST
<
rdar://problem/119785881
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug