WebKit Bugzilla
New
Browse
Search+
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
267538
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
Add attachment
proposed patch, testcase, etc.
Radar WebKit Bug Importer
Comment 1
2024-01-15 05:08:55 PST
<
rdar://problem/121002860
>
Kimmo Kinnunen
Comment 2
2024-01-15 05:26:11 PST
Pull request:
https://github.com/WebKit/WebKit/pull/22780
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.
Top of Page
Format For Printing
XML
Clone This Bug