Ignore:
Timestamp:
Nov 3, 2016, 9:38:58 PM (9 years ago)
Author:
[email protected]
Message:

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

broke the build (Requested by smfr on #webkit).

Reverted changeset:

"DFG plays fast and loose with the shadow values of a Phi"
https://bugs.webkit.org/show_bug.cgi?id=164309
http://trac.webkit.org/changeset/208364

File:
1 edited

Legend:

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

    r208364 r208367  
    4141#include "DFGControlEquivalenceAnalysis.h"
    4242#include "DFGDominators.h"
    43 #include "DFGFlowIndexing.h"
    44 #include "DFGFlowMap.h"
    4543#include "DFGJITCode.h"
    4644#include "DFGMayExit.h"
     
    8684   
    8785    m_hasDebuggerEnabled = m_profiledBlock->wasCompiledWithDebuggingOpcodes() || Options::forceDebuggerBytecodeGeneration();
    88    
    89     m_indexingCache = std::make_unique<FlowIndexing>(*this);
    90     m_abstractValuesCache = std::make_unique<FlowMap<AbstractValue>>(*this);
    9186}
    9287
Note: See TracChangeset for help on using the changeset viewer.