Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index e1e8a4b3963b93795bc98d1cbe27b53fdc25dbce..bf54ae8366f796e949de9ff0c5350c38cbdf4e61 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -349,6 +349,9 @@ DEFINE_bool(omit_map_checks_for_leaf_maps, true, |
"do not emit check maps for constant values that have a leaf map, " |
"deoptimize the optimized code if the layout of the maps changes.") |
+DEFINE_int(typed_array_max_size_in_heap, 64, |
+ "threshold for in-heap typed array") |
+ |
// Profiler flags. |
DEFINE_int(frame_count, 1, "number of stack frames inspected by the profiler") |
// 0x1800 fits in the immediate field of an ARM instruction. |