Displaying 2 results from an estimated 2 matches for "pr30513".
2016 Sep 24
4
RFC: ConstantData should not have use-lists
...t *does not* depend on the use-list
order of something like i32 0.
Finally, this should dramatically reduce the overhead of serializing
use-list order in bitcode. We will no longer track the arbitrary
order of references to things like i32 0 and null.
What's left?
============
I just filed PR30513 to track remaining work.
1. Avoid the remaining uses of ConstantData use-lists. There are only
a couple of cases left, highlighted in the WIP HACK patches attached
below (0001 and 0002).
2. Remove the use-lists! Replace them with ref-counts to keep most of
the use-list API functi...
2016 Sep 24
2
RFC: ConstantData should not have use-lists
...> Finally, this should dramatically reduce the overhead of serializing
>> use-list order in bitcode. We will no longer track the arbitrary
>> order of references to things like i32 0 and null.
>>
>> What's left?
>> ============
>>
>> I just filed PR30513 to track remaining work.
>>
>> 1. Avoid the remaining uses of ConstantData use-lists. There are only
>> a couple of cases left, highlighted in the WIP HACK patches attached
>> below (0001 and 0002).
>>
>> 2. Remove the use-lists! Replace them with ref-cou...