Files
sdk/runtime
Florian Schneider bad2786f6c VM: Don't depend on unoptimized code when inlining and creating deoptimization info.
This is the first of two steps of removing the requirement to have unoptimized
code when optimizing a function.  This would allow optimizing a function without
generating unoptimized code first.

The only remaining dependency is block reordering (BlockScheduler::AssignWeights) since
the edge counters are currently found in the PC descriptors array associated with
unoptimized code.

BUG=
R=asiva@google.com, iposva@google.com

Review URL: https://codereview.chromium.org//1314143002 .
2015-08-27 11:32:50 +02:00
..
2015-08-20 13:40:29 -07:00
2015-08-26 16:45:36 -07:00
2015-05-21 13:35:11 -07:00
2015-06-17 14:56:55 -07:00
2015-06-17 14:56:55 -07:00