Files
sdk/runtime
Florian Schneider 33eed24b57 VM: Always inline typed data list factories, clean up inliner.
They just redirect to the native typed data list constructor. Inlining
them makes type propagation more precise.  There is no size cost with always
inlining these since they just contain a constructor call.

Also, remove dead code from the inliner: Unoptimized code is not accessed during
optimized compilation anymore.

BUG=
R=srdjan@google.com

Review URL: https://codereview.chromium.org/1416603002 .
2015-10-19 18:03:32 +02:00
..
2015-06-17 14:56:55 -07:00