[PATCH] D23384: Use a byte array as an internal buffer of BitVector.

David Majnemer via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 10 20:06:04 PDT 2016


majnemer added a subscriber: majnemer.
majnemer added a comment.

Have you actually measured this to be a major improvement? Are there so many bits that the old way is a major bottleneck?
The BitVector is used for the CodeGen and optimizer, I'm not entirely convinced it makes sense to modify this generic datastructure so drastically for PDBs...


https://reviews.llvm.org/D23384





More information about the llvm-commits mailing list