Commit graph

5 commits

Author SHA1 Message Date
Natalie Weizenbaum b33dcfdaad Remove the Dromaeo and TodoMVC samples.
No one was maintaining or using these, and they were stale to the point
that they were breaking pkgbuild tests because their dependencies
weren't compatible with the latest SDK.

This also removes tools/testing/perf_testing, which only tested these
two samples.

R=kevmoo@google.com

Review URL: https://codereview.chromium.org/1576153002 .
2016-01-11 13:09:26 -08:00
William Hesse 07d68c5c3a Revert change to name of license file
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//1314763015 .
2015-09-03 11:32:47 +02:00
Stephen Adams 383f809030 dart2js cps: Scalar replacement of aggregates
Aggregates which do not escape can be replaced with local variables.

This applies to regular objects, closures and boxes.  Closures need
their body inlined first.

Fields that are written are replaced with a MutableVariable.  Fields
that are only initialized have the reads replaced with references to
the initial value.

R=asgerf@google.com

Review URL: https://codereview.chromium.org//1319303002 .
2015-09-01 22:25:04 -07:00
whesse@google.com d2d9fa40fb Add third_party NSS, SQLite, and zlib to Dart LICENSE file
BUG=
R=sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@41259 260f80e4-7a28-3924-810f-c04153c831b5
2014-10-23 15:32:16 +00:00
ricow@google.com ffa9d874c4 Move LICENSE, AUTHORS, PATENTS into the dart directory.
BUG: 16582

R=dgrove@google.com, kasperl@google.com, sgjesse@google.com

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

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32482 260f80e4-7a28-3924-810f-c04153c831b5
2014-02-10 06:48:47 +00:00