diff options
author | Lenny Maiorani <lenny@colorado.edu> | 2014-09-20 13:29:20 +0000 |
---|---|---|
committer | Lenny Maiorani <lenny@colorado.edu> | 2014-09-20 13:29:20 +0000 |
commit | 9eefc8121928088d71ae59b6cd77d3badcf71b37 (patch) | |
tree | 5d714d9dfcae16ec3a71687475f15e46109a68cd /llvm/lib/ProfileData/CoverageMapping.cpp | |
parent | e59b0d2c48c43f3350b210c72efe9aea3df1c15b (diff) | |
download | bcm5719-llvm-9eefc8121928088d71ae59b6cd77d3badcf71b37.tar.gz bcm5719-llvm-9eefc8121928088d71ae59b6cd77d3badcf71b37.zip |
Using a deque to manage the stack of nodes is faster here.
Vector is slow due to many reallocations as the size regularly changes in
unpredictable ways. See the investigation provided on the mailing list for
more information:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20120116/135228.html
llvm-svn: 218182
Diffstat (limited to 'llvm/lib/ProfileData/CoverageMapping.cpp')
0 files changed, 0 insertions, 0 deletions