[Webkit-unassigned] [Bug 144925] New: Refactor MachineStackMarker.cpp so that it's easier to reason about MachineThreads::Thread.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 12 12:49:24 PDT 2015


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

            Bug ID: 144925
           Summary: Refactor MachineStackMarker.cpp so that it's easier to
                    reason about MachineThreads::Thread.
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly 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, the code in MachineStackMarker.cpp is written as a bunch of functions that operate on the platformThread value in the MachineThreads::Thread struct.  Instead, we can apply better OO encapsulation and convert all these functions into methods of the MachineThreads::Thread struct.

This will also make it easier to reason about the fix for https://bugs.webkit.org/show_bug.cgi?id=144924 later.

-- 
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/20150512/a541a492/attachment.html>


More information about the webkit-unassigned mailing list