[Webkit-unassigned] [Bug 159545] New: Refactor JSStack to only be the stack data structure for the C Loop.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 7 22:08:40 PDT 2016


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

            Bug ID: 159545
           Summary: Refactor JSStack to only be the stack data structure
                    for the C Loop.
    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

Currently, JSStack acts both as an abstraction for JS stack for both JIT and C Loop engines, as well as the stack data structure for the C Loop.  Per my discussion with Geoff, we'll refactor it to only be the C Loop stack data structure.  All the other parts of the JSStack can be moved elsewhere, or removed if no longer necessary.  With that, we'll also rename JSStack to CLoopStack.

-- 
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/20160708/36bf6ed7/attachment.html>


More information about the webkit-unassigned mailing list