[Webkit-unassigned] [Bug 153797] New: Implement LLVM's greedy register allocator in Air

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 2 12:29:16 PST 2016


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

            Bug ID: 153797
           Summary: Implement LLVM's greedy register allocator in Air
    Classification: Unclassified
           Product: WebKit
           Version: Other
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

Current performance data suggests that LLVM's Greedy allocator runs slightly faster than IRC.  We can probably make IRC faster, but since everything in LLVM is systematically slower than in B3, it's a pretty good bet than our implementation of Greedy would be faster than LLVM's.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160202/1c577670/attachment.html>


More information about the webkit-unassigned mailing list