[Webkit-unassigned] [Bug 267538] New: dump-class-layout prints class types with confusing indent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 15 05:08:44 PST 2024


https://bugs.webkit.org/show_bug.cgi?id=267538

            Bug ID: 267538
           Summary: dump-class-layout prints class types with confusing
                    indent
           Product: WebKit
           Version: WebKit Local Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Tools / Tests
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: kkinnunen at apple.com
                CC: webkit-bug-importer at group.apple.com

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>

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240115/f69efc94/attachment-0001.htm>


More information about the webkit-unassigned mailing list