[Webkit-unassigned] [Bug 59190] New: Support for alignment for the Sun/Oracle Studio compilers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 22 04:54:51 PDT 2011


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

           Summary: Support for alignment for the Sun/Oracle Studio
                    compilers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Other
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bentaylor.solx86 at gmail.com


The check for alignment that was in wtf/Vector.h got moved to Alignment.h, but
the COMPILER(SUNCC) didn't go with it.  Studio 12.1 supports alignment macros.
Studio 12 does not, but we can compensate by overcommiting the buffer by 64 bytes
and then aligning the pointer manually inside the overcommited buffer.

-- 
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