DescriptionFix HTypeConversion.checkedInput
For function types, HTypeConversion.checkedInput would return the call
to the method on the reified type object. Now the construction of the
call is deferred to codegen.dart, so the input is available directly.
The optimizer also detects checks (type assertions and 'as' casts) on
`null` values and removes the useless test.
BUG=
R=efortuna@google.com
Committed: https://github.com/dart-lang/sdk/commit/4bd5671a31fa4a3d70716ff137092b46b4a59e22
Patch Set 1 #Patch Set 2 : fmt #
Total comments: 2
Patch Set 3 : Add some comments #
Messages
Total messages: 6 (2 generated)
|