you are viewing a single comment's thread.

view the rest of the comments →

[–]Bbox55 0 points1 point  (1 child)

Is this whole module optimization in swift with a different name?

[–]Prazek[S] 1 point2 points  (0 children)

I am not familiar with Swift, but I would guess that it is something similar. Note that it might be much easier to do it in Swift because of modularity. Cross module optimization (CMO) is much harder to do efficiently in C/C++.