[Webkit-unassigned] [Bug 141885] New: Bytecode generation and linking should use a stack of symbol tables rather than a stack of scopes, and scope resolution nodes should refer to the current stack of symbol tables to drive lookups rather than using dynamism for non-empty local scope stacks

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Feb 22 18:12:07 PST 2015


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

            Bug ID: 141885
           Summary: Bytecode generation and linking should use a stack of
                    symbol tables rather than a stack of scopes, and scope
                    resolution nodes should refer to the current stack of
                    symbol tables to drive lookups rather than using
                    dynamism for non-empty local scope stacks
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: All
                OS: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: JavaScriptCore
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: fpizlo at apple.com

This should fix a bunch of bugs, and enable us to implement let without craziness.

-- 
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/20150223/d5a6e8a1/attachment-0002.html>


More information about the webkit-unassigned mailing list