| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 7548c01643615a0a9b293389dc4c6206120d91f2..73c0053842cbbd1f64ce34bc79b639318939e76f 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -828,6 +828,16 @@ DEFINE_implication(print_all_code, trace_codegen)
|
| #endif
|
| #endif
|
|
|
| +//
|
| +// Read-only flags
|
| +//
|
| +#undef FLAG
|
| +#define FLAG FLAG_READONLY
|
| +
|
| +// assembler-arm.h
|
| +DEFINE_bool(enable_ool_constant_pool, false,
|
| + "enable use of out-of-line constant pools (ARM only)")
|
| +
|
| // Cleanup...
|
| #undef FLAG_FULL
|
| #undef FLAG_READONLY
|
|
|