[llvm-commits] [llvm] r108755 - in /llvm/trunk: include/llvm/PassSupport.h lib/VMCore/PassManager.cpp

Owen Anderson resistor at mac.com
Mon Jul 19 14:47:37 PDT 2010


On Jul 19, 2010, at 2:44 PM, Owen Anderson wrote:
> Change the implemented interfaces list on PassInfo from a std::vector to a manually implemented
> linked list.  This is a little slower and involves more malloc'ing, but these lists are
> typically short, and it allows PassInfo to be entirely constant initializable.

Module getting rid of its static constructor, of course.

--Owen



More information about the llvm-commits mailing list