mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
If vtable or witness methods are never called, e.g. because they are completely devirtualized, then they are removed from the tables and eliminated. Another improvement of the new algorithm is that it is able to eliminate dead function cycles (e.g. A() calls B() and vice versa). Swift SVN r22969
5.9 KiB
5.9 KiB