-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Support overriding fields in DDC #28119
Comments
DDC supports this once the fix lands for #27385 it's based on Analyzer marking fields as so any change to Analyzer will be picked up by DDC (see #28120), it is unclear to me what the affect will be on internal code performance/size. Someone should try it out once fix lands for #27385 |
We need to ensure this does not regress large app experience for our customers before we drop the modifier. |
@vsmenon what is the plan and schedule for that testing? |
Once Jen's change lands internally, we will test the effect of marking all fields |
The fix looks to be in 1.22.0-dev.2.0, let me figure out when that can be rolled. |
Who owns this, @vsmenon / @leafpetersen? This is blocking the 1.23 release so we need an owner now. |
This is the issue we talked about yesterday, @dgrove. It doesn't appear to have had an assignee ever. |
There was a request to use this bug for updates. I have an AR to take measurements of the code size and latency cost for DDC of turning this on by default. I've been pulled back into the internal roll today and likely will be tomorrow as well, so no progress to report. |
Proposed CL here: https://codereview.chromium.org/2691433004/. |
Blocked on #28809. |
This is the DDC part of meta-issue #28117.
#27385 tracks supporting this via an
@virtual
modifier, however the 1.50 design does not require such a modifier on field overrides.The text was updated successfully, but these errors were encountered: