[vm/compiler] Move BlockBuilder from graph_intrinsifier.cc to a header. This helper class can be used for building IL in SSA form. It was previously used to build intrinsic IL, but it can also be used to build IL for tests. This move required introducing a constant that describes offset of the last parameter from SP value on entry (kLastParamFrom This CL also changes the meaning of ParameterInstr(index, SPREG) to be [SP + index + kLastParamSlotFromEntrySp], where previously it was something like [SP + (index - 1) + kLastParamSlotFromEntrySp]. Change-Id: Ib75ecb3a94f9cde74d6f91028d3cbea8f5e4bc42 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/98336 Commit-Queue: Vyacheslav Egorov <vegorov@google.com> Reviewed-by: Martin Kustermann <kustermann@google.com>
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.