Revision f230a1cf deps/v8/src/runtime-profiler.cc

View differences:

deps/v8/src/runtime-profiler.cc
33 33
#include "bootstrapper.h"
34 34
#include "code-stubs.h"
35 35
#include "compilation-cache.h"
36
#include "deoptimizer.h"
37 36
#include "execution.h"
38 37
#include "full-codegen.h"
39 38
#include "global-handles.h"
......
185 184
    PrintF("]\n");
186 185
  }
187 186

  
188
  Deoptimizer::PatchInterruptCode(isolate_, shared->code());
187
  BackEdgeTable::Patch(isolate_, shared->code());
189 188
}
190 189

  
191 190

  

Also available in: Unified diff