commit | 6c2232cb602818f3de1f80a66a75efa0bf15e0cc | [log] [tgz] |
---|---|---|
author | Jens Johansen <jensj@google.com> | Thu Aug 10 09:38:12 2017 +0200 |
committer | Jens Johansen <jensj@google.com> | Thu Aug 10 09:38:17 2017 +0200 |
tree | a159e880f4da035443a210ecc0c8b048a895eba0 | |
parent | 5b29ae48adcadc6f5f98c6ee937d4bb7c8414c83 [diff] |
[kernel] Insert kernel bodies into VM heap This CL copies the kernel bodies for all functions and fields into the VM heap. The function bodies in the VM heap are then used when compiling the flowgraphs. This theoretically means that the malloc'd data can be freed and that snapshotting from kernel could possibly work, though it hasn't been tested. R=kmillikin@google.com Review-Url: https://codereview.chromium.org/2972343002 .
Dart is an open-source, scalable programming language, with robust libraries and runtimes, for building web, server, and mobile apps.
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.
If you want to build Dart yourself, here is a guide to getting the source, preparing your machine to build the SDK, and building.
There are more documents on our wiki.
The easiest way to contribute to Dart is to file issues.
You can also contribute patches, as described in Contributing.