[libcxx-commits] [PATCH] D133661: [libc++] Improve binary size when using __transaction
Hans Wennborg via Phabricator via libcxx-commits
libcxx-commits at lists.llvm.org
Wed Sep 14 17:16:32 PDT 2022
hans added a comment.
In D133661#3782732 <https://reviews.llvm.org/D133661#3782732>, @philnik wrote:
> @hans Could you check whether this patch fixes the problems encountered in D128146 <https://reviews.llvm.org/D128146> (i.e. applying this patch shouldn't increase the binary size much)?
Apologies for the delayed reply.
Since D128146 <https://reviews.llvm.org/D128146> we've switched to compressed debug info sections for that binary, so the numbers are slightly different, but with the current patch I measure an increase of 2.45 MB (0.16%).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133661/new/
https://reviews.llvm.org/D133661
More information about the libcxx-commits
mailing list