[Webkit-unassigned] [Bug 161329] New: Move bytecode for finally block after the try block.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 29 13:51:10 PDT 2016


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

            Bug ID: 161329
           Summary: Move bytecode for finally block after the try block.
    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

Once we de-dupe finally blocks, it makes more sense for the finally block to follow the try block instead of the catch block following the try block.  This is because in the course of normal execution, the try block will fall thru to the finally block.  We should minimize the jumps in the normal case.

-- 
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/20160829/b86ef90f/attachment.html>


More information about the webkit-unassigned mailing list