Chromium Code Reviews| Index: runtime/vm/flag_list.h |
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h |
| index 2c327819c2edf3458bafa0de18d7fae51ec573d0..fc6da80c78fb22972c8f849316a11cea16757899 100644 |
| --- a/runtime/vm/flag_list.h |
| +++ b/runtime/vm/flag_list.h |
| @@ -96,6 +96,8 @@ |
| P(link_natives_lazily, bool, false, "Link native calls lazily") \ |
| R(limit_ints_to_64_bits, false, bool, false, \ |
| "Throw a RangeError on 64-bit integer overflow"); \ |
| + R(truncate_ints_to_64_bits, false, bool, false, \ |
| + "Truncate integers to 64 bits") \ |
|
siva
2017/07/07 23:11:20
Why do we want two flags limit_ints_to_64_bits and
alexmarkov
2017/07/10 16:58:12
Done.
|
| C(load_deferred_eagerly, true, true, bool, false, \ |
| "Load deferred libraries eagerly.") \ |
| R(log_marker_tasks, false, bool, false, \ |