[PATCH] D100835: [WIP][LLD][RISCV] Linker Relaxation
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 10:27:32 PDT 2022
MaskRay added a comment.
In D100835#3452269 <https://reviews.llvm.org/D100835#3452269>, @luismarques wrote:
> In D100835#3452256 <https://reviews.llvm.org/D100835#3452256>, @MaskRay wrote:
>
>> I have also planned to pick up the work. I think binutils is trying to improve their time complexity, and we should just aim for the best time complexity initially.
>
> Is this patch lacking in some way in terms of performance (absolute or asymptotic)?
Asymptotic. See https://reviews.llvm.org/D100835#2707537
It has been long time since I looked at this patch, I'll need to re-read :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100835/new/
https://reviews.llvm.org/D100835
More information about the llvm-commits
mailing list