[PATCH] D90884: Add `SVec<T>`, a SmallVector with a default small size.

Sean Silva via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 12 15:39:03 PST 2020


silvas added a comment.

My plan here is to get a few approvals on this patch, and then take the discussion to llvm-dev for some final aspects:

- how we should document this (e.g. programmer guide addition and "default" recommendation)
- to what extent we want reviewers to suggest SVec
- how much we want to bulk migrate code SVec vs let it organically grow.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D90884



More information about the llvm-commits mailing list