Ignore:
Timestamp:
Jul 25, 2016, 6:05:43 PM (9 years ago)
Author:
[email protected]
Message:

Unreviewed, rolling out r203703.

It breaks some internal tests

Reverted changeset:

"[JSC] DFG::Node should not have its own allocator"
https://bugs.webkit.org/show_bug.cgi?id=160098
http://trac.webkit.org/changeset/203703

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/dfg/DFGObjectAllocationSinkingPhase.cpp

    r203703 r203704  
    21032103
    21042104                return m_graph.addNode(
     2105                    SpecNone,
    21052106                    PutByOffset,
    21062107                    origin.takeValidExit(canExit),
     
    21372138
    21382139            return m_graph.addNode(
     2140                SpecNone,
    21392141                MultiPutByOffset,
    21402142                origin.takeValidExit(canExit),
     
    21472149        case ClosureVarPLoc: {
    21482150            return m_graph.addNode(
     2151                SpecNone,
    21492152                PutClosureVar,
    21502153                origin.takeValidExit(canExit),
Note: See TracChangeset for help on using the changeset viewer.