62ccff992fc64403d5d4693ee4ca1b71e02df360
When a script is not in the vm heap, we now cache compile time constants on the script object itself. During isolate reload we may have both an old and a new version of a script being compiled at the same time and they need to cache their constants separately. This also means that compile time constants from old scripts can be collected when the script is collected, which is good. When a script is in the vm heap, we continue to use the old system of employing a shared per-isolate cache stored in the object store. Closes #26833 BUG= R=fschneider@google.com, johnmccutchan@google.com Review URL: https://codereview.chromium.org/2126393003 .
…
…
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.
Description
Languages
Dart
84.6%
C++
13%
Python
0.7%
JavaScript
0.5%
HTML
0.4%
Other
0.5%