[Webkit-unassigned] [Bug 149050] New: Fix JSC_objectsAreImmortal to work with JSC_useZombieMode

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Sep 10 16:36:19 PDT 2015


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

            Bug ID: 149050
           Summary: Fix JSC_objectsAreImmortal to work with
                    JSC_useZombieMode
    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

Previously, JSC_objectsAreImmortal works by marking all dead objects.  If we also have JSC_useZombieMode enabled, the marking of dead objects may end up walking over zombified objects and crash the VM.  To be compatible with JSC_useZombieMode, We can make JSC_objectsAreImmortal work by sweeping dead objects but never freeing them 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/20150910/15efa606/attachment.html>


More information about the webkit-unassigned mailing list