Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Add support for --strong option in the engine, create a strong mode version of the platform file #4504

Merged
merged 9 commits into from
Jan 4, 2018

Conversation

a-siva
Copy link
Contributor

@a-siva a-siva commented Jan 3, 2018

  1. Add a --strong option to the front end server so we can compile dart files in strong mode
  2. Plumb the --strong option through the dart controller into the VM
  3. Create a strong mode version of platform.dill so it can be used when running in strong mode

@a-siva a-siva requested a review from aam January 3, 2018 00:00
]

outputs = [
"$root_out_dir/flutter_patched_sdk/platform_strong.dill",
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You probably want to use this file in frontend server when running in strong mode (server.dart:173)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed code to link with the correct platform dill file during aot builds.

@a-siva a-siva merged commit 0f0b144 into master Jan 4, 2018
@chinmaygarde chinmaygarde deleted the strong-option branch April 13, 2018 23:43
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants