| Index: runtime/vm/flag_list.h
|
| diff --git a/runtime/vm/flag_list.h b/runtime/vm/flag_list.h
|
| index c25d5c80effab27b0bbcae7f681352f9d122d26f..29a2777fa6eb127e923df02d69b14d552998846b 100644
|
| --- a/runtime/vm/flag_list.h
|
| +++ b/runtime/vm/flag_list.h
|
| @@ -14,6 +14,8 @@
|
| // * R elease flags: Generally available flags except when building product.
|
|
|
| #define FLAG_LIST(P, R, D) \
|
| +R(dedup_instructions, true, bool, false, \
|
| + "Canonicalize instructions when precompiling.") \
|
| R(disassemble, false, bool, false, "Disassemble dart code.") \
|
| R(disassemble_optimized, false, bool, false, "Disassemble optimized code.") \
|
| R(dump_symbol_stats, false, bool, false, "Dump symbol table statistics") \
|
|
|