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
Ryosuke Niwa
Comment 1 2023-12-15 23:13:39 PST
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
Note You need to log in before you can comment on or make changes to this bug.