[Webkit-unassigned] [Bug 95245] New: PutById uses DataLabel32, not DataLabelCompact

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Aug 28 14:17:30 PDT 2012


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

           Summary: PutById uses DataLabel32, not DataLabelCompact
           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


JIT::resetPatchPutById calls the the wrong thing on x86-64 – this is moot right now, since they currently both do the same thing, but if we were to ever make compact mean 8-bit this could be a real problem.
Also, don't rely on the object still being in eax on entry to the transition stub – this isn't very robust.

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