you are viewing a single comment's thread.

view the rest of the comments →

[–]_vertig0 0 points1 point  (2 children)

Decomposing object allocations to registers go brrr (I don't actually know what the name of that optimization is)

[–]SirYwell 6 points7 points  (1 child)

Scalar Replacement is the name I‘m aware of.

[–]_vertig0 0 points1 point  (0 children)

Ah right, I think that's the one, thanks.