Displaying 2 results from an estimated 2 matches for "112650".
Did you mean:
11265
2015 May 20
5
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
...the pair of `SmallVector<, 12>` it has for its values
(look into `DIEAbbrev` for the second one). Here's a histogram of how
many DIEs have each value count:
# of Values DIEs with # with # or fewer
0 3128 3128
1 109522 112650
2 180382 293032
3 90836 383868
4 115552 499420
5 90713 590133
6 4125 594258
7 17211 611469
8...
2015 May 21
2
[LLVMdev] RFC: Reduce the memory footprint of DIEs (and DIEValues)
...its values
>> (look into `DIEAbbrev` for the second one). Here's a histogram of how
>> many DIEs have each value count:
>>
>> # of Values DIEs with # with # or fewer
>> 0 3128 3128
>> 1 109522 112650
>> 2 180382 293032
>> 3 90836 383868
>> 4 115552 499420
>> 5 90713 590133
>> 6 4125 594258
>> 7 1721...