search for: mergebycon

Displaying 1 result from an estimated 1 matches for "mergebycon".

2012 Oct 19
0
[LLVMdev] [llvm-commits] Atom alignment
...t the ELF file is not completely represented by Atoms >> a) Merging constants in the sections have SHF_MERGE/SHF_STRINGS flag set > This idea for SHF_MERGE/SHF_STRINGS sections is that the content is broken upon into atoms based on the sh_entsize value. The atoms have a merge type of mergeByConent (which seems to be currently missing from DefinedAtom.h). The core linking part of lld knows to coalesce atoms that have the same size and content if their merge type is mergeByConent. I will go ahead and add the type when I have support for this. > >> b) Handling section groups...