[libcxx-commits] [PATCH] D82809: Optimize vector push_back for hot loops / push_back fill invocations

Marshall Clow via Phabricator via libcxx-commits libcxx-commits at lists.llvm.org
Mon Jun 29 14:59:14 PDT 2020


mclow.lists added a comment.

General comment: would it not be better to make the compiler smarter to solve this (and reap the benefits for vector and other code)?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D82809/new/

https://reviews.llvm.org/D82809





More information about the libcxx-commits mailing list