Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 13219) |
| +++ src/flag-definitions.h (working copy) |
| @@ -300,7 +300,11 @@ |
| "enable unaligned accesses for ARMv7 (ARM only)") |
| DEFINE_bool(enable_fpu, true, |
| "enable use of MIPS FPU instructions if available (MIPS only)") |
| +DEFINE_bool(disable_direct_deopt, false, |
|
Sven Panne
2012/12/14 08:20:11
If we really need a flag (not sure about this), an
|
| + "disable use of direct call/jump to the deoptimization entry " |
| + "in optimized codes (X64 only)") |
| + |
| // bootstrapper.cc |
| DEFINE_string(expose_natives_as, NULL, "expose natives in global object") |
| DEFINE_string(expose_debug_as, NULL, "expose debug in global object") |