[PATCH] D16887: Avoid code duplication when creating dynamic relocations

Rafael Ávila de Espíndola via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 4 07:50:08 PST 2016


rafael added a comment.

Forgot to mention: This patch has a small impact on performance. On linux on a mac pro the times I get for linking clang and scylla are:

clang
master 0.568085717s ( +-  0.12% )
patch  0.568659432s ( +-  0.05% ) 1.0010099092141056 times slower

scylla
master 3.883971842s ( +-  0.11% )
patch  3.886440224s ( +-  0.08% ) 1.0006355303540846 times slower


Repository:
  rL LLVM

http://reviews.llvm.org/D16887





More information about the llvm-commits mailing list