117c7b0d3e
This removes precompiler code from the regular JIT-mode VM, and allows us to add more precompilation-specific optimizations without affecting the JIT compiler. Remove JIT-related code from precompiler pipeline: No type feedback, no OSR, no deopt, no block reordering, no background compilation With precompilation, use precompiler pipeline for static initializers and const expressions as well. BUG= R=rmacnak@google.com Review URL: https://codereview.chromium.org/1663163003 .