| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 58d5ae5f31ec6b033097e7f7c035d08b0b15397a..9c7943a4f8b453496f2ec3551c48730ade1370d6 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -1012,6 +1012,8 @@ DEFINE_INT(dump_allocations_digest_at_alloc, 0,
|
| // assembler.h
|
| DEFINE_BOOL(enable_ool_constant_pool, V8_OOL_CONSTANT_POOL,
|
| "enable use of out-of-line constant pools (ARM only)")
|
| +DEFINE_BOOL(enable_embedded_constant_pool, V8_EMBEDDED_CONSTANT_POOL,
|
| + "enable use of embedded constant pools (PPC only)")
|
|
|
| DEFINE_BOOL(unbox_double_fields, V8_DOUBLE_FIELDS_UNBOXING,
|
| "enable in-object double fields unboxing (64-bit only)")
|
|
|