Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 5fc6b48cce842c969541d4699b7553e0bc343604..3ea476ae77785dd909f00bcc52ab36d47b06493a 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1036,8 +1036,8 @@ |
#define FLAG FLAG_READONLY |
// assembler.h |
-DEFINE_BOOL(enable_embedded_constant_pool, V8_EMBEDDED_CONSTANT_POOL, |
- "enable use of embedded constant pools (ARM/PPC only)") |
+DEFINE_BOOL(enable_ool_constant_pool, V8_OOL_CONSTANT_POOL, |
+ "enable use of out-of-line constant pools (ARM only)") |
DEFINE_BOOL(unbox_double_fields, V8_DOUBLE_FIELDS_UNBOXING, |
"enable in-object double fields unboxing (64-bit only)") |