[Webkit-unassigned] [Bug 64903] New: DFG speculative JIT sometimes claims to use compare operands twice, leading to use count corruption

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jul 20 16:40:53 PDT 2011


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

           Summary: DFG speculative JIT sometimes claims to use compare
                    operands twice, leading to use count corruption
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fpizlo at apple.com


The DFG speculative JIT's compare() helper method may call the JITCodeGenerator's non-speculative compare helper, which calls use() on the operands.  But then SpeculativeJIT::compare() also calls use() on the operands.  The SpeculativeJIT::compare() method should not call use() on the operands if the JITCodeGenerator has already done so.

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