| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index fa202f921a29d434366522077900fc66786925fc..1e34530ce4f0cc079ac73d94a1ceaf8687f221c5 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -803,6 +803,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
|
|
|