5982ace801
Closure conversion can now be run on a part of a program. It allows using closure conversion in kernel-isolate. It comes at a cost of temporarily sacrificing implementation of tear-offs via closures; VM mechanism for tear-offs is used for now. R=ahe@google.com Review-Url: https://codereview.chromium.org/2938773003 .
Running tests
export DART_AOT_SDK=.../xcodebuild/DerivedSources/DebugX64/patched_sdk
dart -c --packages=.packages package:testing/src/run_tests.dart test/closures/testing.json