Files
sdk/pkg/compiler/lib/src
Stephen Adams 0c892a8bc8 Improve signatures of tear-offs
Signatures for static tear-offs cannot have free variables, so we can
always generate them in the types table.

Signatures for instance tear-offs can always use the existing
mechanism, since the type must be parameterized only by the class
instance type parameters.

Change-Id: I3ccfe8fc9220c57cfee07e1f7d9afbd5674b2b92
Reviewed-on: https://dart-review.googlesource.com/48841
Commit-Queue: Stephen Adams <sra@google.com>
Reviewed-by: Emily Fortuna <efortuna@google.com>
2018-03-31 01:30:21 +00:00
..
2018-02-22 22:21:41 +00:00
2018-03-31 01:30:21 +00:00
2018-03-20 11:35:49 +00:00
2018-03-21 14:21:09 +00:00
2018-01-26 19:15:19 +00:00
2017-06-06 08:41:25 -07:00
2018-02-22 22:21:41 +00:00
2017-12-29 10:33:42 +00:00
2017-03-14 16:54:18 +01:00

Dart2JS is the Dart-to-JavaScript compiler for Dart. This compiler
will provide high-quality translation from Dart to JavaScript.

Some areas that will explored in this project are:

   * high-performance extensible scanner and parser
   * concrete type inferencing
   * fancy language tool support
   * programming environment integration
   * SSA-based intermediate representation
   * adaptive compilation on the client