[lld] r319518 - Add an additional test for r319503.
Rafael Avila de Espindola via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 4 17:30:23 PST 2017
Rui Ueyama <ruiu at google.com> writes:
> On Sat, Dec 2, 2017 at 9:09 AM, Rafael EspĂndola <rafael.espindola at gmail.com
>> wrote:
>
>> > This time I just timed the llvm tests when built with shared libraries
>> >
>> > gold: 138.207661064 seconds time elapsed
>> > lld master: 143.343427881 seconds time elapsed
>> > cutting bloom filter in half: 148.267076771 seconds time elapsed
>> > bloom filter of size 1: 180.053104591 seconds time elapsed
>
>
> Did you know why gold is faster than us?
Some of it is the number of buckets. Going from /4 to /2 in lld takes
the test time to 142.5 seconds.
Cheers,
Rafael
More information about the llvm-commits
mailing list