forked from OSchip/llvm-project
![]() Instead of managing memory by hand, delegate it to std::vector. This makes the
code much simpler, and also avoids repeatedly computing the storage size.
According to valgrind --tool=callgrind, this also slightly decreases the
instruction count, but by a small margin.
This is a recommit of
|
||
---|---|---|
.. | ||
llvm | ||
llvm-c |