No description
Find a file
Siva Annamalai 85cb1b3bd8 Fix for issue 25954 (Adjust heap growth amount for the case when the amount of garbage collected in the previous round is 0).
out/ReleaseX64/dart ~/tmp/gc2.dart 1
permanent = 44739242  ephemeral = 671088620  21.875s

out/ReleaseX64/dart ~/tmp/gc2.dart 2
permanent = 89478485  ephemeral = 1342177280  45.3s

out/ReleaseX64/dart ~/tmp/gc2.dart 3
permanent = 134217728  ephemeral = 2013265920  79.41s

out/ReleaseX64/dart ~/tmp/gc2.dart 4
permanent = 178956970  ephemeral = 2684354540  101.525s

BUG=25954
R=zra@google.com

Review URL: https://codereview.chromium.org/2217833003 .
2016-09-23 14:37:38 -07:00
build
client
docs/language
pkg Update global_compile tool 2016-09-23 13:30:18 -07:00
runtime Fix for issue 25954 (Adjust heap growth amount for the case when the amount of garbage collected in the previous round is 0). 2016-09-23 14:37:38 -07:00
samples
samples-dev
sdk
tests
third_party
tools Fix handling of co19 syntax error tests using the @compile-error tag and reload bots 2016-09-23 14:26:22 -07:00
utils
.gitattributes
.gitignore
.gn
.mailmap
.packages
.travis.yml
AUTHORS
BUILD.gn
CHANGELOG.md Bump dart_style to 0.2.10. 2016-09-23 13:56:57 -07:00
codereview.settings
create_sdk.gyp
dart.gyp
DEPS Pull linter 0.1.27 into the SDK. 2016-09-23 14:00:01 -07:00
LICENSE
PATENTS
PRESUBMIT.py
README.dart-sdk
README.md
WATCHLISTS

Dart

Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.

Using Dart

Visit the dartlang.org to learn more about the language, tools, getting started, and more.

Browse pub.dartlang.org for more packages and libraries contributed by the community and the Dart team.

Building Dart

Learn how to get the source and prepare your machine to build the SDK.

There are more documents on our wiki.

Contributing to Dart

The easiest way to contribute to Dart is to file issues.

You can also contribute patches, as described in Contributing.

License

See LICENSE.