[PATCH] D17529: ELF: Implement ICF.

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 23 14:37:15 PST 2016


rafael added inline comments.

================
Comment at: ELF/ICF.cpp:10
@@ +9,3 @@
+//
+// Identical COMDAT Folding is a feature to merge COMDAT sections not by
+// name (which is regular COMDAT handling) but by contents. If two COMDAT
----------------
On ELF it is possible to merge non COMDAT sections. We can keep the acronym by doing what gold does and calling this Identical *Code* Folding.


http://reviews.llvm.org/D17529





More information about the llvm-commits mailing list