[Lldb-commits] [PATCH] D54747: Discard debuginfo for object files empty after GC

Robert O'Callahan via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 8 22:12:18 PDT 2019


rocallahan added a comment.

Updated results for the rusoto test in https://github.com/rust-lang/rust/issues/56068#issue-382175735. The test changed a bit because I'm using an updated Rust toolchain and `rusoto_core` 0.37.0.

| Linker                                 | Size (bytes) | Real time (ms) |
| GNU ld version 2.29.1-23.fc28          | 48,554,736   | 2234           |
| GNU gold (version 2.29.1-23.fc28) 1.14 | 49,888,392   | 813            |
| lld-6.0.1-1.fc28.x86_64                | 49,800,824   | 247            |
| lld d918d74461724a22cedd0b76dc1237392f295656                                  | 49,873,960   | 224            |
| lld d918d74461724a22cedd0b76dc1237392f295656 + this patch                     | 5,390,632    | 158            |


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D54747/new/

https://reviews.llvm.org/D54747





More information about the lldb-commits mailing list