commit | 04cb9809d10f1fa72da58a89a53c1a51a1e6f60e | [log] [tgz] |
---|---|---|
author | Kevin Millikin <kmillikin@google.com> | Tue Apr 04 13:04:11 2017 +0200 |
committer | Kevin Millikin <kmillikin@google.com> | Tue Apr 04 13:04:25 2017 +0200 |
tree | cca66171df7e794181ffbaabd00d32a87785057f | |
parent | a0b58622d770fe03f9cb2856b4313f98fdd7320c [diff] |
Restructure the Kernel string table. Instead of a list of strings given by their length and UTF-8 encoding, restructure the string table to consist of a list of string ending offsets followed by a blob of UTF-8 encoded strings without lengths. This is a step toward copying the string blob into the VM's heap and building a heap-allocated structure to give random access to them. BUG= R=asgerf@google.com, jensj@google.com Review-Url: https://codereview.chromium.org/2790073004 .
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.