mirror of
https://github.com/dart-lang/sdk
synced 2024-11-02 06:20:13 +00:00
b2918972e8
- introduce a "fastDraft" mode that only runs the main code-removal passes and runs in about half the time and but produces code 2x the size (but still less than 10% of the original). - allows it to run in an quasi-incremential mode by consuming the incrementially generated js (cuts ~4s off the build time but source maps are useless). - allow source map generation to be turned off (saves a couple seconds). - turns off not useful check passes and makes the rest switchable. git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@91 260f80e4-7a28-3924-810f-c04153c831b5 |
||
---|---|---|
.. | ||
eclipse.workspace | ||
java/com/google/dart | ||
javatests/com/google/dart | ||
lib | ||
scripts | ||
tests | ||
api.dart | ||
build.xml | ||
dart-compiler.gyp | ||
dartc.mf | ||
dartc.xml | ||
dartium.gyp | ||
generate_source_list.py | ||
README |
This directory is a placeholder for the eventual Dart compiler. The Dart compiler consists of among others a Dart front-end, a Dart->JS backend, a Dart->Dart backend, tree-shaking tools, minification tools.