Files
sdk/runtime
Florian Schneider 117c7b0d3e Initial split of precompilation code from compiler.cc
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 .
2016-02-09 11:29:13 +01:00
..
2016-02-08 08:57:43 -08:00
2016-02-03 21:10:30 -08:00