 Chromium Code Reviews
 Chromium Code Reviews Issue 11574027:
  Use direct jump and call instruction for X64 when the deoptimization entries are in the code range  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/
    
  
    Issue 11574027:
  Use direct jump and call instruction for X64 when the deoptimization entries are in the code range  (Closed) 
  Base URL: http://v8.googlecode.com/svn/branches/bleeding_edge/| 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") |