Displaying 3 results from an estimated 3 matches for "coalescedaway".
2013 Oct 30
2
[LLVMdev] [lld] Handling ELF section groups/.gnu.linkonce sections.
...s 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) Another way is that we could have a Atom attribute coalescedAway()
which would be set for all atoms that we want to remove. This would also
need in-group references.
I am ok with either of the methods (A) or (B) but inclined towards (B).
Thanks
Shankar Easwaran
-- Qualcomm Innovation Center, Inc. is a member of Code Aurora Forum,
hosted by the Linux Foun...
2013 Oct 30
1
[LLVMdev] [lld] Handling ELF section groups/.gnu.linkonce sections.
...t;> 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) Another way is that we could have a Atom attribute coalescedAway() which would be set for all atoms that we want to remove. This would also need in-group references.
>>
>> I am ok with either of the methods (A) or (B) but inclined towards (B).
> I was thinking both A & B. That is how I do it with the darwin linker. When a group is parsed, th...
2013 Oct 30
0
[LLVMdev] [lld] Handling ELF section groups/.gnu.linkonce sections.
...> 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) Another way is that we could have a Atom attribute coalescedAway() which would be set for all atoms that we want to remove. This would also need in-group references.
>
> I am ok with either of the methods (A) or (B) but inclined towards (B).
I was thinking both A & B. That is how I do it with the darwin linker. When a group is parsed, the signature...