search for: _replacedatoms

Displaying 3 results from an estimated 3 matches for "_replacedatoms".

Did you mean: _replaceatoms
2013 Oct 30
2
[LLVMdev] [lld] Handling ELF section groups/.gnu.linkonce sections.
...les and forgot to compile the rest of the object files. _*Problem*_ Its easier to only set the _replaceAtoms[A] = B and the Resolver could just remove B in this case. Inorder to remove all the atoms in Group B, B and all its layout-after references need to be iterated. The problem is still the _replacedAtoms map that needs to be set before all the atoms in B can be coalesced. _*Solution*_ A way to accomplish this could be to A) Use the in-group reference along with the layout-after reference. The in-group reference for atoms in the group B are going to contain B as the root of the group. B) Anoth...
2013 Oct 30
0
[LLVMdev] [lld] Handling ELF section groups/.gnu.linkonce sections.
...ompile the rest of the object files. > > Problem > Its easier to only set the _replaceAtoms[A] = B and the Resolver could just remove B in this case. > > Inorder to remove all the atoms in Group B, B and all its layout-after references need to be iterated. The problem is still the _replacedAtoms map that needs to be set before all the atoms in B can be coalesced. > > Solution > A way to accomplish this could be to > > A) Use the in-group reference along with the layout-after reference. The in-group reference for atoms in the group B are going to contain B as the root of t...
2013 Oct 30
1
[LLVMdev] [lld] Handling ELF section groups/.gnu.linkonce sections.
...f the object files. >> >> Problem >> Its easier to only set the _replaceAtoms[A] = B and the Resolver could just remove B in this case. >> >> Inorder to remove all the atoms in Group B, B and all its layout-after references need to be iterated. The problem is still the _replacedAtoms map that needs to be set before all the atoms in B can be coalesced. >> >> Solution >> A way to accomplish this could be to >> >> A) Use the in-group reference along with the layout-after reference. The in-group reference for atoms in the group B are going to contain B...