[Webkit-unassigned] [Bug 93737] New: Improved RuleData packing on some 32-bit platforms

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 10 12:42:51 PDT 2012


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

           Summary: Improved RuleData packing on some 32-bit platforms
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fmalita at chromium.org
                CC: koivisto at iki.fi, kling at webkit.org


Certain 32-bit platforms use an 8-byte alignment for uint64_t (as exposed by the build breakage after http://trac.webkit.org/changeset/125294).

To avoid wasting 4 bytes per object due to alignment, we can use two naturally-aligning unsigned integers instead.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the webkit-unassigned mailing list