Details
-
Task
-
Resolution: Unresolved
-
P4: Low
-
None
-
None
-
3
-
Foundation Sprint 127, Foundation Sprint 128
Description
QQuickPathRectangle currently stores corner radius and bevel flags separately, using a bitfield for isCornerRadiusSet and std::optional<bool> for cornerBevel, causing unnecessary memory overhead. Instead, use a single bitset to store both flags.
Attachments
Gerrit Reviews
For Gerrit Dashboard: QTBUG-134908 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
633145,6 | QQuickPathRectangle: Merge corner radius and bevel flags into a bitset | dev | qt/qtdeclarative | Status: NEW | 0 | +1 |