dart-sdk/tests/compiler
Johnni Winther bb9fab0065 Fix code-size regression
This reinserts the native spec-string interpretation.

The CL https://codereview.chromium.org/2004833003/ changed the interpretation of `List` from `List<E>` to `List<dynamic>` causing these native classes to be added through subtyping:

NativeUint8List <: List
NativeUint8ClampedList <: List
NativeUint32List <: List
NativeUint16List <: List
NativeInt8List <: List
NativeInt32List <: List
NativeInt16List <: List
NativeFloat64List <: List
NativeFloat32List <: List
NativeTypedArrayOfInt <: List
NativeTypedArrayOfDouble <: List

R=sra@google.com

Committed: 565b30123c

Reverted: fa5b98126c

Review URL: https://codereview.chromium.org/2021723003 .
2016-06-02 13:56:51 +02:00
..
dart2js Fix code-size regression 2016-06-02 13:56:51 +02:00
dart2js_extra Skip spurious constants in deferred computation. 2016-05-10 09:41:19 +02:00
dart2js_native dart2js: Adds support for custom elements in CPS. 2016-03-14 16:57:46 -07:00