• sgjesse@chromium.org's avatar
    ARM: Update the full compiler to handle all code · 22e4847f
    sgjesse@chromium.org authored
    The full compiler is now complete on ARM as well. The syntax checker is still used to determine whether to use it for top level code or not during normal execution. When debugging is enabled all code will be compiled with the full compiler.
    
    This change removes the temporary flag --force-full-compiler and now the flag --always-full-compiler enables the full compiler for all code on all platforms.
    
    This also fixes building on Intel platform without debugger support (ENABLE_DEBUGGER_SUPPORT not defined) and adds full check for the full compiler for lazily compiled code.
    Review URL: http://codereview.chromium.org/2163006
    
    git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@4716 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
    22e4847f
full-codegen-x64.cc 102 KB