33eed24b57
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 .