[all-commits] [llvm/llvm-project] 1bafd0: [libc++] Mark __{emplace, push}_back_slow_path as n...

Nikolas Klauser via All-commits all-commits at lists.llvm.org
Fri Sep 12 02:05:36 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1bafd020c7c80be476f211bc239ce43424f7e0ce
      https://github.com/llvm/llvm-project/commit/1bafd020c7c80be476f211bc239ce43424f7e0ce
  Author: Nikolas Klauser <nikolasklauser at berlin.de>
  Date:   2025-09-12 (Fri, 12 Sep 2025)

  Changed paths:
    M libcxx/include/__vector/vector.h

  Log Message:
  -----------
  [libc++] Mark __{emplace,push}_back_slow_path as noinline (#94379)

These are almost certainly intended to not be inlined. This
significantly reduces code size when `push_back` and `emplace_back` are
used heavily.

Fixes #94360



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list