[Webkit-unassigned] [Bug 150478] New: Air should lay out code optimally

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 22 16:03:39 PDT 2015


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

            Bug ID: 150478
           Summary: Air should lay out code optimally
    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

Optimal code layout can be achieved by using a pre-order traversal that does not traverse Rare edges but instead saves them in a secondary rare worklist, followed by a second pre-order traversal that starts with that rare worklist and traverses all edges.

-- 
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/72a45ad1/attachment.html>


More information about the webkit-unassigned mailing list