Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index def2dec73ef6bd637bdf781df9f4a3f729cefce9..e48dd9f788507f08861d91aef2c04217106feb47 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -364,6 +364,9 @@ |
DEFINE_BOOL(concurrent_recompilation, true, |
"optimizing hot functions asynchronously on a separate thread") |
+DEFINE_BOOL(job_based_recompilation, true, |
+ "post tasks to v8::Platform instead of using a thread for " |
+ "concurrent recompilation") |
DEFINE_BOOL(trace_concurrent_recompilation, false, |
"track concurrent recompilation") |
DEFINE_INT(concurrent_recompilation_queue_length, 8, |