| Index: src/runtime-profiler.cc
|
| diff --git a/src/runtime-profiler.cc b/src/runtime-profiler.cc
|
| index 109c1a52a98cc805705ecfaeefe50aa83460c7d3..66727cbf13693ee932d9817856f9ee298395345d 100644
|
| --- a/src/runtime-profiler.cc
|
| +++ b/src/runtime-profiler.cc
|
| @@ -91,7 +91,7 @@ static void GetICCounts(SharedFunctionInfo* shared,
|
| void RuntimeProfiler::Optimize(JSFunction* function, const char* reason) {
|
| DCHECK(function->IsOptimizable());
|
|
|
| - if (FLAG_trace_opt && function->PassesFilter(FLAG_hydrogen_filter)) {
|
| + if (FLAG_trace_opt) {
|
| PrintF("[marking ");
|
| function->ShortPrint();
|
| PrintF(" for recompilation, reason: %s", reason);
|
|
|