Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index d9b264d16772c443b4593698a2ce5b22f934ffbc..175b760aaba4a866aaeded914d58826b40669ccf 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1037,8 +1037,8 @@ DEFINE_INT(dump_allocations_digest_at_alloc, 0, |
#define FLAG FLAG_READONLY |
// 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 (ARM/PPC only)") |
DEFINE_BOOL(unbox_double_fields, V8_DOUBLE_FIELDS_UNBOXING, |
"enable in-object double fields unboxing (64-bit only)") |