[Webkit-unassigned] [Bug 142022] New: DFG abstract heaps should respect difference between heap and stack

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Feb 25 13:38:07 PST 2015


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

            Bug ID: 142022
           Summary: DFG abstract heaps should respect difference between
                    heap and stack
    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

We will soon be in a world where a "world clobbering" operation cannot write to our stack, but may be able to read from it.  This means that we need to change the DFG abstract heap hierarchy to have a notion of Heap that subsumes all that World previously subsumed, and a new notion of Stack that is a subtype of World and a sibling of Heap.

-- 
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/20150225/decc8b7e/attachment-0002.html>


More information about the webkit-unassigned mailing list