[libcxx-commits] [libcxx] [libc++] Mark __{emplace, push}_back_slow_path as noinline (PR #94379)

Nico Weber via libcxx-commits libcxx-commits at lists.llvm.org
Mon Sep 15 06:03:47 PDT 2025


nico wrote:

For what it's worth, this patch _regressed_ binary size on our chromium android binary size a bit.

With this patch: https://chromium-review.googlesource.com/c/chromium/src/+/6943035 ("APK Size (+50.9 KiB)")
With the revert: https://chromium-review.googlesource.com/c/chromium/src/+/6944345

It's a fairly small regression so it doesn't affect us much, but maybe worth mentioning.

The bot uses O2, ThinLTO, PGO.

https://github.com/llvm/llvm-project/pull/94379


More information about the libcxx-commits mailing list