[Webkit-unassigned] [Bug 74905] New: Remove unused code for non-speculative Arith operations from DFG JIT

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 19:21:47 PST 2011


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

           Summary: Remove unused code for non-speculative Arith
                    operations from DFG JIT
           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: yuqiang.xian at intel.com
                CC: barraclough at apple.com, fpizlo at apple.com


The code is never used and in fact is wrong especially for the 32_64 version, for example the nonSpeculativeBasicArithOp may require 6 GPRs while there are only 5 available on X86. So just remove such code to avoid potential confusions.

Patch forthcoming.

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