[PATCH] D77694: [WIP][RISCV][ELF] Linker relaxation support

George Rimar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 8 02:07:53 PDT 2020


grimar added a comment.

In D77694#1968464 <https://reviews.llvm.org/D77694#1968464>, @MaskRay wrote:

> Still, I am eager to hear whether we should move from one-pass relocation scanning to multi-pass relocation scanning.


FTR, relocation scanning is an expensive path and in the past the general direction was to avoid doing it multiple times. I.e. my concern is perfomance.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D77694





More information about the llvm-commits mailing list