Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 5c170ac35f6feacff3c67bab812a1a9e17aa641e..7ceda78345ce6ee5368f9814e855d2df451224ab 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -331,6 +331,8 @@ DEFINE_int(concurrent_recompilation_queue_length, 8, |
"the length of the concurrent compilation queue") |
DEFINE_int(concurrent_recompilation_delay, 0, |
"artificial compilation delay in ms") |
+DEFINE_bool(speculative_concurrent_osr, false, |
+ "speculative concurrent on-stack replacement") |
DEFINE_bool(omit_map_checks_for_leaf_maps, true, |
"do not emit check maps for constant values that have a leaf map, " |