[Webkit-unassigned] [Bug 106739] New: Fix the atomicIncrement implementation for MIPS GCC

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jan 13 01:11:31 PST 2013


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

           Summary: Fix the atomicIncrement implementation for MIPS GCC
           Product: WebKit
           Version: 420+
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Template Framework
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ossy at webkit.org
                CC: fu at mips.com, kilvadyb at homejinni.com
            Blocks: 106708,106729


After https://trac.webkit.org/changeset/139514 we need 32 and 64 bit implementation 
for atomicIncrement(). I fixed it in http://trac.webkit.org/changeset/139553, but
it seems __sync_add_and_fetch isn't supported by the MIPS GCC version. As far as
I know it should be supported from GCC 4.1. Is it possible if the MIPS bot has
an older GCC or __sync_add_and_fetch isn't supported on MIPS platform?

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