Use of vector<bool> causes some horrendous compile time regression (2x)!
authorEvan Cheng <evan.cheng@apple.com>
Wed, 2 Aug 2006 09:18:33 +0000 (09:18 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 2 Aug 2006 09:18:33 +0000 (09:18 +0000)
commit686c4a18f1e9f1decdb2d95a2d0f6bf925d55d93
tree603adef4996669490ba37e366b8d2524f12bba97
parent83a6d4910238fc70a5fa3e81fc52fd64587e2613
Use of vector<bool> causes some horrendous compile time regression (2x)!
Looks like libstdc++ implementation does not scale very well. Switch back
to using directly managed arrays.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29469 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelDAGToDAG.cpp