[Webkit-unassigned] [Bug 168585] New: BytecodeGenerator should not iterate its m_controlFlowScopeStack using a pointer bump.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 19 22:46:29 PST 2017


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

            Bug ID: 168585
           Summary: BytecodeGenerator should not iterate its
                    m_controlFlowScopeStack using a pointer bump.
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Local 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

This is because m_controlFlowScopeStack is a SegmentedVector, and entries for consecutive indices in the vector are not guaranteed to be consecutive in memory layout.  Instead, we should be using indexing instead.

-- 
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/20170220/f2447c24/attachment.html>


More information about the webkit-unassigned mailing list