[Webkit-unassigned] [Bug 212106] New: [WQasm] Reduce the amount of memory used by the Air register coloring allocator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 19 13:52:25 PDT 2020


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

            Bug ID: 212106
           Summary: [WQasm] Reduce the amount of memory used by the Air
                    register coloring allocator
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: msaboff at apple.com

For large Wasm functions, the graph coloring register allocator uses O(N^2) space where N is the number of temps in the Air IR.  We need to reduce the space required by large functions.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200519/ae981b1e/attachment.htm>


More information about the webkit-unassigned mailing list