[PATCH] D93351: [llvm-shlib] Build backend libraries as loadable modules
Chris Bieneman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 28 07:39:25 PDT 2021
beanz added a comment.
In D93351#2909303 <https://reviews.llvm.org/D93351#2909303>, @tstellar wrote:
> So you think even for users that already link against libLLVM.so this will perform significantly worse?
Yes, and since the performance cost is static and at load time, it will add a roughly fixed amount of time to all compiler process spawns, which will disproportionately impact the performance of shorter running compiles (like GPU shaders).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93351/new/
https://reviews.llvm.org/D93351
More information about the llvm-commits
mailing list