Displaying 1 result from an estimated 1 matches for "805f2780".
Did you mean:
805327809
2016 Nov 27
3
A couple metrics of LLD/ELF's performance
These numbers were collected on Rafael's clang-fsds test case (however, I
removed -O3 and --gc-sections) with a command like:
```
sudo perf record --event=cache-misses --call-graph=dwarf --
/home/sean/pg/llvm/release/bin/ld.lld @response.txt -o /tmp/t --no-threads
```
And then
```
sudo perf report --no-children --sort dso,srcfile
```
One annoying thing about these numbers from perf is that