Skip to content

Add support in flutter tools for incremental compilation of sources using the new Dart Front End #28051

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
a-siva opened this issue Dec 9, 2016 · 1 comment
Assignees
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. customer-flutter front-end-kernel legacy-area-front-end Legacy: Use area-dart-model instead.
Milestone

Comments

@a-siva
Copy link
Contributor

a-siva commented Dec 9, 2016

Add support in flutter tools to do incremental compilation of flutter sources that have changed using the Dart Front end and push the incremental intermediate files (kernel files) to the device.
This will enable fast edit/refresh and the hot reload modes supported by the Dart VM.

@a-siva a-siva changed the title Add support in flutter tools to do incremental compilation using the new Dart Front End Add support in flutter tools for incremental compilation of sources using the new Dart Front End Dec 9, 2016
@a-siva a-siva added this to the 2.0 milestone Dec 9, 2016
@anders-sandholm anders-sandholm added area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. area-kernel labels Jan 3, 2017
a-siva added a commit that referenced this issue Aug 18, 2017
…uring

   reload instead of computing it based on the source modification information.

2. Fix for failure in Unit test case #30322

3. Fix crash in test that was being skipped in #30109 and turn that test on.

This CL is work towards completing issue #28051

[email protected]

Review-Url: https://codereview.chromium.org/2998983002 .
@a-siva
Copy link
Contributor Author

a-siva commented Sep 2, 2017

https://fuchsia-review.googlesource.com/#/c/tonic/+/54888/ final CL which turns on hot reload functionality

@a-siva a-siva closed this as completed Sep 2, 2017
@kmillikin kmillikin added legacy-area-front-end Legacy: Use area-dart-model instead. front-end-kernel labels Sep 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-vm Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends. customer-flutter front-end-kernel legacy-area-front-end Legacy: Use area-dart-model instead.
Projects
None yet
Development

No branches or pull requests

5 participants