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
Wasm: Remove the isEffectivelyFinal analysis and its use for Apply.
The optimizer already replaces `Apply` nodes that can be statically
resolved by `ApplyStatically`. The `isEffectivelyFinal` analysis is
therefore not useful anymore.
Technically, it was still applicable to JS property/method *names*
that are not string constants, but that is too niche to justify
keeping the analysis. Also, arguably the correct fix for that would
be to make the optimizer also optimize JS property/method names,
since it would also benefit the JS backend.
0 commit comments