Displaying 1 result from an estimated 1 matches for "ea1e2c22".
2013 Nov 14
1
[LLVMdev] Proposal: release MDNodes for source modules (LTO+debug info)
On Thu, Nov 14, 2013 at 5:19 AM, Rafael EspĂndola
<rafael.espindola at gmail.com> wrote:
>> Letting the module own MDNodes may not be a win for gold since it is going
>> to create multiple copies of MDNodes that could be shared with Context
>> owning MDNodes.
>>
>> For example, with debug info type uniquing, the type nodes can be shared
>> across modules,