1
1
mirror of https://github.com/rui314/mold.git synced 2024-09-11 04:55:31 +03:00

Compare commits

...

2 Commits

Author SHA1 Message Date
Shiv Dhar
c9e0612d9c
Merge 5bf1955fa9 into 82fb10fe26 2024-06-29 10:46:12 +09:00
Shiv Dhar
5bf1955fa9
Fix small typo 2024-03-02 01:36:05 +05:30

View File

@ -163,7 +163,7 @@ tool.
(i.e. `_start`) or a few other root sections. In mold, we are using (i.e. `_start`) or a few other root sections. In mold, we are using
multiple threads to mark sections concurrently. multiple threads to mark sections concurrently.
- Similarly, BFD, gold an lld support Identical Comdat Folding (ICF) - Similarly, BFD, gold and lld support Identical Comdat Folding (ICF)
as yet another size optimization. ICF merges two or more read-only as yet another size optimization. ICF merges two or more read-only
sections that happen to have the same contents and relocations. sections that happen to have the same contents and relocations.
To do that, we have to find isomorphic subgraphs from larger graphs. To do that, we have to find isomorphic subgraphs from larger graphs.