Commit 006fd0c
Actually set experiment flags to fix invalidation
Previously we were just getting the default experiment flags (regardless of the arg),
which never matched any experiments passed in, so we always threw away the world.
I also added invalidation based on experiment flags for DDC.
This gives overall ~20% initial build time reduction for flutter gallery, and ~30% for angular_components_example.
Change-Id: I578d9611b89d3776e45ae8d309cfe8f70c7b7edd
Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/107188
Commit-Queue: Jake Macdonald <jakemac@google.com>
Reviewed-by: Vijay Menon <vsm@google.com>
Auto-Submit: Jake Macdonald <jakemac@google.com>1 parent 29c0341 commit 006fd0c
File tree
2 files changed
+4
-2
lines changed- pkg/front_end/lib/src/api_unstable
2 files changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
105 | 105 | | |
106 | 106 | | |
107 | 107 | | |
108 | | - | |
| 108 | + | |
| 109 | + | |
109 | 110 | | |
110 | 111 | | |
111 | 112 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | | - | |
| 158 | + | |
| 159 | + | |
159 | 160 | | |
160 | 161 | | |
161 | 162 | | |
| |||
0 commit comments