1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-22 10:27:48 +03:00
This commit is contained in:
Rui Ueyama 2021-01-31 10:26:01 +09:00
parent fc0e0a6fd8
commit 7b1a691854

2
icf.cc
View File

@ -1,4 +1,4 @@
// This file implements the Identical Comdat Folding feature which can
// This file implements the Identical Code Folding feature which can
// reduce the output file size of a typical program by a few percent.
// ICF identifies read-only input sections that happen to be identical
// and thus can be used interchangeably. ICF leaves one of them and discards