Index: src/v8.cc |
diff --git a/src/v8.cc b/src/v8.cc |
index 93f3efb2e3f64757998c23f858cba88db7ec931e..cfec0c0c4138d30466472ab4a0e42d526267931f 100644 |
--- a/src/v8.cc |
+++ b/src/v8.cc |
@@ -271,12 +271,7 @@ void V8::InitializeOncePerProcessImpl() { |
FLAG_gc_global = true; |
FLAG_max_new_space_size = (1 << (kPageSizeBits - 10)) * 2; |
} |
- |
- if (FLAG_parallel_recompilation && |
- (FLAG_trace_hydrogen || FLAG_trace_hydrogen_stubs)) { |
- FLAG_parallel_recompilation = false; |
- PrintF("Parallel recompilation has been disabled for tracing.\n"); |
- } |
+ if (FLAG_trace_hydrogen) FLAG_parallel_recompilation = false; |
if (FLAG_sweeper_threads <= 0) { |
if (FLAG_concurrent_sweeping) { |