Files
sdk/runtime
Florian Schneider 220b040c4a Simplify and improve optimization of is-tests in the precompiler.
The optimizer now also deals with is-checks for num, double, _Smi in the
same way as it did for int before.

This CL eliminates many is-tests of constants that appear after inlining.

Also, make a better distinction between deoptimizing and non-deoptimizing
cases when replacing is-tests. e.g. InstanceOfInstr can't cause eager
deoptimization.

Also, improve tracing output when running e.g. --trace-inlining

Minor fix in raw_object.h.

BUG=
R=vegorov@google.com

Review URL: https://codereview.chromium.org/2074533002 .
2016-06-16 08:54:27 -07:00
..
2016-06-15 14:48:11 -07:00
2016-06-14 15:25:59 -07:00