[Webkit-unassigned] [Bug 150456] New: Add more Air optimizations

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 11:11:30 PDT 2015


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

            Bug ID: 150456
           Summary: Add more Air optimizations
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

Here's what we need:

- Register allocation.
- Dead code elimination. We should run this before and after register allocation.
- CFG simplification. At a minium, we should be able to remove blocks that just have a jump.

-- 
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/20151022/9ccceefc/attachment-0001.html>


More information about the webkit-unassigned mailing list