RobRich999 added a comment.
Hit libANGLE in Chromium today, too.
https://bugs.chromium.org/p/chromium/issues/detail?id=1270154
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110216/new/
https://reviews.llvm.org/D110216
RobRich999 added a comment.
Based upon the description, I think this patch is more applicable than just
targeting a specific AMD proc family since it allows the end-user a choice for
maximizing threading with both CMT and SMT on all supported platforms.
BTW, until if/when this patch lands, I ju
RobRich999 added a comment.
I too can see how SMT might not afford much performance difference for LTO
codegen.
CMT appears to be more significant. I do not have exact numbers right now as my
build box is busy, but the change added like an hour to locally building the
Chromium browser with Thi