You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Support @noinline on parameters and have OptimizeParameters back off when observing it.
This is necessary to support code relying on constructing objects via `.constructor` properties. Otherwise the compiler can violate application expectations by deleting or inlining parameters.
PiperOrigin-RevId: 703246338
0 commit comments