Skip to content
Commit f567a263 authored by Chris Lattner's avatar Chris Lattner
Browse files

Add a new llvm::SmallVector template, which is similar to the vector class, but

contains optimizations to avoid heap allocation if the vector size is smaller
than some threshold.  This can significantly improve the performance of code
that allocates many small vectors by eliminating tons of small malloc/free's.

llvm-svn: 29281
parent 4700b153
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment