| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 207fceec273658e939e97bce2d934035b9342ae8..a300f1e61da0c2ceb403dc6a60be3ec1b43b8c12 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -303,6 +303,8 @@ DEFINE_bool(enable_unaligned_accesses, true,
|
| "enable unaligned accesses for ARMv7 (ARM only)")
|
| DEFINE_bool(enable_fpu, true,
|
| "enable use of MIPS FPU instructions if available (MIPS only)")
|
| +DEFINE_bool(enable_vldr_imm, false,
|
| + "enable use of constant pools for double immediate (ARM only)")
|
|
|
| // bootstrapper.cc
|
| DEFINE_string(expose_natives_as, NULL, "expose natives in global object")
|
|
|