| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index a6e91c5f5f0d116cd86f8a7347a4191f6c92790b..c22e43c598760c84ccc7d2a0990a226f9e2e89bd 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -132,12 +132,6 @@ P(precompiled_mode, bool, false, \
|
| "Precompilation compiler mode") \
|
| C(precompiled_runtime, true, false, bool, false, \
|
| "Precompiled runtime mode") \
|
| -R(pretenure_all, false, bool, false, \
|
| - "Global pretenuring (for testing).") \
|
| -P(pretenure_interval, int, 10, \
|
| - "Back off pretenuring after this many cycles.") \
|
| -P(pretenure_threshold, int, 98, \
|
| - "Trigger pretenuring when this many percent are promoted.") \
|
| R(print_ssa_liveness, false, bool, false, \
|
| "Print liveness for ssa variables.") \
|
| R(print_ssa_liveranges, false, bool, false, \
|
|
|