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
MethodValue rewrite
This allows us to squeeze a lot more perf out of complex systems
by omitting the access paths and depth. Effectively we can avoid
cloning all methods for every instance and just reuse the existing
MethodValues repeatedly.
Totally incompatible with text renderers since they pretty much
require depth to be set correctly