[Webkit-unassigned] [Bug 191716] New: ASSERTION FAILED: m_outOfLineJumpTargets.contains(bytecodeOffset)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 15 14:28:15 PST 2018


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

            Bug ID: 191716
           Summary: ASSERTION FAILED:
                    m_outOfLineJumpTargets.contains(bytecodeOffset)
           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: tzagallo at apple.com

After https://bugs.webkit.org/show_bug.cgi?id=187373, when updating jump targets during generatorification, we only stored the new jump target when it changed. However, the out-of-line jump targets are cleared at the beginning of the pass, so we need to store it unconditionally.

-- 
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/20181115/a30efa32/attachment.html>


More information about the webkit-unassigned mailing list