This is an archive of the discontinued LLVM Phabricator instance.

ADT: Document advantages of SmallVector<T,0> over std::vector
ClosedPublic

Authored by dexonsmith on Jul 24 2018, 12:09 PM.

Details

Reviewers
rnk
lattner
Summary

In light of the recent changes to SmallVector in r335421, r337514, and r337820, document its advantages over std::vector (see r175906 and r266909).

Also add a release note.

Diff Detail

Event Timeline

dexonsmith created this revision.Jul 24 2018, 12:09 PM
rnk accepted this revision.Jul 26 2018, 1:18 PM

lgtm

Thanks for writing down things that were previously just "known".

This revision is now accepted and ready to land.Jul 26 2018, 1:18 PM
dexonsmith closed this revision.Jul 26 2018, 2:30 PM

Committed in r338071.