Find a file
johnlenz@google.com b2918972e8 Changes to allow the ClosureJsBackend to give people some options to play with:
- 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
2011-10-06 06:41:19 +00:00
client Mark parameters with [Optional=CallWithDefaultValue] as not optional. 2011-10-06 04:30:51 +00:00
co19/tests/co19 Revert "Revert "Eliminate retarded constructors."" 2011-10-06 02:46:31 +00:00
compiler Changes to allow the ClosureJsBackend to give people some options to play with: 2011-10-06 06:41:19 +00:00
corelib/src Initial checkin. 2011-10-05 05:03:55 +00:00
runtime Initializer expressions must not access 'this' 2011-10-05 22:39:25 +00:00
tests Revert "Revert "Eliminate retarded constructors."" 2011-10-06 02:46:31 +00:00
tools Move BatchTester into a separate file. 2011-10-05 16:50:50 +00:00
.gitignore Adding gitignore again 2011-10-05 15:53:57 +00:00
codereview.settings Update review settings. 2011-10-05 09:24:19 +00:00
dart.gyp Initial checkin. 2011-10-05 05:04:26 +00:00