[Webkit-unassigned] [Bug 58263] New: Use EncodedValueDescriptor on both JSVALUE32_64, JSVALUE64.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Apr 11 13:29:26 PDT 2011


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

           Summary: Use EncodedValueDescriptor on both JSVALUE32_64,
                    JSVALUE64.
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: barraclough at apple.com


The JSJITInterface already uses EncodedValueDescriptor to access the tag/payload separately on JSVALUE64, even though EncodedValueDescriptor is not used in JSVALUE64's implementation of JSValue.  Remove the separate definition for m_ptr on X86_64.  Using the union allows us to remove a layer of makeImmediate()/immedaiteValue() methods.

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