Bug 266682 - Free up more bits in RenderObject by making use of TypeSpecificFlags's kind
Summary: Free up more bits in RenderObject by making use of TypeSpecificFlags's kind
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-12-20 00:08 PST by Ryosuke Niwa
Modified: 2023-12-20 11:53 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2023-12-20 00:08:28 PST
TypeSpecificFlags has Kind which specifies what kind of bit flags are stored.
Right now, this information is duplicated in TypeFlags but we don't need to.

De-duplicate the bits to free up more bits in RenderObject.
Comment 1 Ryosuke Niwa 2023-12-20 00:26:12 PST
Pull request: https://github.com/WebKit/WebKit/pull/22085
Comment 2 EWS 2023-12-20 11:52:15 PST
Committed 272363@main (8ee5c1fb2dac): <https://commits.webkit.org/272363@main>

Reviewed commits have been landed. Closing PR #22085 and removing active labels.
Comment 3 Radar WebKit Bug Importer 2023-12-20 11:53:17 PST
<rdar://problem/119947002>