[Webkit-unassigned] [Bug 72040] New: Fix sampling counters on ARMv7, move add64 functionality to macro assembler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 12:16:43 PST 2011


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

           Summary: Fix sampling counters on ARMv7, move add64
                    functionality to macro assembler
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


The ability to add an integer to a uint64_t in memory is poorly copied in multiple places & ifdef'ed on architecture, addWithCarry32 is also a badly designed interface since add32 is not required to set flags (we have no concept of flags in the macro assembler interface).

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