Files
sdk/compiler
scheglov@google.com 7917247dd9 Intern AST and Model names to reduce char[]/String waste.
This allows to save 53 MB (25% of total 200 MB) in workspace with "analyzer-experimental".
No any difference in Editor Core test execution time.

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//12571002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@19646 260f80e4-7a28-3924-810f-c04153c831b5
2013-03-07 17:45:56 +00:00
..
2012-08-22 15:34:17 +00:00

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.