Bug 267538
| Summary: | dump-class-layout prints class types with confusing indent | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Kimmo Kinnunen <kkinnunen> |
| Component: | Tools / Tests | Assignee: | Kimmo Kinnunen <kkinnunen> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Local Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Kimmo Kinnunen
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
<rdar://problem/121002860>
Kimmo Kinnunen
Pull request: https://github.com/WebKit/WebKit/pull/22780
EWS
Committed 273083@main (f2a88a6e9512): <https://commits.webkit.org/273083@main>
Reviewed commits have been landed. Closing PR #22780 and removing active labels.