[PATCH] D100835: [WIP][LLD][RISCV] Linker Relaxation
Luís Marques via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 14 10:32:04 PDT 2022
luismarques added a comment.
In D100835#3452280 <https://reviews.llvm.org/D100835#3452280>, @MaskRay wrote:
> 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 :)
I think that’s been addressed?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100835/new/
https://reviews.llvm.org/D100835
More information about the llvm-commits
mailing list