forked from flutter/engine
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[vm/concurrency] As preparation step to sharing JITed code, disable v…
…arious optimizations This is a preparation CL to enable actually sharing JIT'ed code between isolates within the same isolate group. We start with conservative settings, disabling various compiler optimisations. We will lift those restrictions step-by-step. Since this is guarded by FLAG_enable_isolate_groups it will not affect any production code. Only individual tests which opt-in via the flag. TEST=Existing tests opt'ing into --enable-isolate-groups. Issue dart-lang/sdk#36097 Change-Id: I05c4151116a8516f92c76b4d57f2c7fb725168ed Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/173970 Reviewed-by: Vyacheslav Egorov <vegorov@google.com>
- Loading branch information
1 parent
9fff72e
commit 7837c38
Showing
5 changed files
with
35 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters