Files
sdk/pkg/compiler/lib/src
Christian Altamirano 6a201a7789 [dart2js] Refractored ConstantValueTypeMasks
ConstantValueTypeMasks will now contain a CommonMasks domain as a field which will be used in its visitor methods

Change-Id: I2913148794cce868f48ba4bf6fc5015cbb8f186b
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/154600
Commit-Queue: Christian Altamirano <coam@google.com>
Reviewed-by: Stephen Adams <sra@google.com>
2020-07-15 23:40:52 +00:00
..
2020-06-19 16:34:13 +00:00
2020-07-08 19:29:45 +00:00
2020-06-19 16:34:13 +00:00
2020-04-10 21:02:14 +00: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