0c892a8bc8
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>
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