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
Ignore complexity of children in maps/slices (#382)
When considering inlining maps/slices/arrays, apply a fixed cost and ignore the cost of the children.
If children are too expensive, they will not be inlined, but it shouldn't affect whether the map itself is inlined.
This only really applies when a map or slice type is aliased, otherwise it will not be considered for inlining.
Fixes#381
0 commit comments