Chromium Code Reviews
DescriptionMake message_names.cc build 6-30x faster.
MessageNames uses two std::map<>s where std::unordered_map<>s suffice. Changing
this also happens to work around a clang bug that causes very slow
compile times -- see the linked bug and also http://llvm.org/PR28820
On my laptop, the file now builds in 10s instead of 67s without debug info and
in 20s instead of 10m (!) with debug info.
BUG=630502
Committed: https://crrev.com/7928cc2c14f71116bce5bd74d6c081be292082c8
Cr-Commit-Position: refs/heads/master@{#409852}
Patch Set 1 #
Messages
Total messages: 12 (6 generated)
|
|||||||||||||||||||