[Webkit-unassigned] [Bug 197552] New: [JSC] Generator CodeBlock generation should be idempotent

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 2 23:52:52 PDT 2019


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

            Bug ID: 197552
           Summary: [JSC] Generator CodeBlock generation should be
                    idempotent
           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: ysuzuki at apple.com

ES6 Generator can save the execution state inside an object.
When the underlying CodeBlock is jettisoned and generated again, if the CodeBlock content is different, resume becomes totally broken!
e.g. regenerating CodeBlock with Debugger.

-- 
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/20190503/e18cbb7e/attachment.html>


More information about the webkit-unassigned mailing list