DescriptionInitial 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
Committed: https://github.com/dart-lang/sdk/commit/117c7b0d3eee57e13b7260f4b35dd771d047ee8e
Patch Set 1 #
Total comments: 5
Patch Set 2 : addressed comments #Patch Set 3 : fixed Linux linker error, moved disassemble code #Patch Set 4 : rebased #
Messages
Total messages: 7 (2 generated)
|