[Webkit-unassigned] [Bug 185281] New: OSR entry pruning of Program Bytecodes doesn't take into account catches

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 3 17:11:37 PDT 2018


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

            Bug ID: 185281
           Summary: OSR entry pruning of Program Bytecodes doesn't take
                    into account catches
           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

In the baseline, we have an optimization where we prune unreachable code beginning from the instruction we OSR entry to.  This pruning needs to take into account the reachability from local catch statements.

-- 
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/20180504/c5f2abd5/attachment.html>


More information about the webkit-unassigned mailing list