[Webkit-unassigned] [Bug 173228] New: [JSC] Avoid code bloating for iteration if block does not have "break"

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Jun 10 11:19:47 PDT 2017


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

            Bug ID: 173228
           Summary: [JSC] Avoid code bloating for iteration if block does
                    not have "break"
           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: utatane.tea at gmail.com

for-of iteration emits code path for break. But we can easily ensure that the given for-of does not have "break".
If we ensure that the given block does not have "break" we should not emit this code path.

-- 
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/20170610/e62817f4/attachment-0001.html>


More information about the webkit-unassigned mailing list