| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 21ce5ce848d78bfa331ded97c1ddd29a4865a22c..a5a81ee909d078935d7770e6b64ac10f91eae879 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")
|
|
|