RESOLVED FIXED267538
dump-class-layout prints class types with confusing indent
https://bugs.webkit.org/show_bug.cgi?id=267538
Summary dump-class-layout prints class types with confusing indent
Kimmo Kinnunen
Reported 2024-01-15 05:08:44 PST
dump-class-layout prints class types with confusing indent +0 < 16> PaddingBetweenClassMembers +0 < 8> BasicClassLayout basic1 +0 < 4> int intMember +4 < 1> bool boolMember +5 < 3> <PADDING: 3 bytes> +8 < 8> BasicClassLayout basic2 +8 < 4> int intMember +12 < 1> bool boolMember +13 < 3> <PADDING: 3 bytes> Should be +0 < 16> PaddingBetweenClassMembers +0 < 8> BasicClassLayout basic1 +0 < 4> int intMember +4 < 1> bool boolMember +5 < 3> <PADDING: 3 bytes> +8 < 8> BasicClassLayout basic2 +8 < 4> int intMember +12 < 1> bool boolMember +13 < 3> <PADDING: 3 bytes>
Attachments
Radar WebKit Bug Importer
Comment 1 2024-01-15 05:08:55 PST
Kimmo Kinnunen
Comment 2 2024-01-15 05:26:11 PST
EWS
Comment 3 2024-01-16 11:29:53 PST
Committed 273083@main (f2a88a6e9512): <https://commits.webkit.org/273083@main> Reviewed commits have been landed. Closing PR #22780 and removing active labels.
Note You need to log in before you can comment on or make changes to this bug.