[Webkit-unassigned] [Bug 160168] New: De-duplicate finally blocks.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 25 11:14:17 PDT 2016


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

            Bug ID: 160168
           Summary: De-duplicate finally blocks.
    Classification: Unclassified
           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: mark.lam at apple.com

The current implementation clone finally blocks into return paths and fall thru paths.  Let's use an alternate algorithm for threading the code through finally blocks without cloning them.  This should save us some bytecode memory.

-- 
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/20160725/9c5a76e3/attachment.html>


More information about the webkit-unassigned mailing list