Ignore:
Timestamp:
Sep 8, 2015, 6:28:22 PM (10 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r189516.
https://bugs.webkit.org/show_bug.cgi?id=148989

broke tests on windows (Requested by alexchristensen on
#webkit).

Reverted changeset:

"GC should be able to discover new strong CodeBlock references
during marking"
https://bugs.webkit.org/show_bug.cgi?id=148981
http://trac.webkit.org/changeset/189516

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGPlan.h

    r189516 r189524  
    4545
    4646class CodeBlock;
     47class CodeBlockSet;
    4748class SlotVisitor;
    4849
     
    7273    CompilationKey key();
    7374   
    74     void clearCodeBlockMarks();
    75     void checkLivenessAndVisitChildren(SlotVisitor&);
     75    void clearCodeBlockMarks(CodeBlockSet&);
     76    void checkLivenessAndVisitChildren(SlotVisitor&, CodeBlockSet&);
    7677    bool isKnownToBeLiveDuringGC();
    7778    void cancel();
Note: See TracChangeset for help on using the changeset viewer.