Use a std::vector instead of a std::map to hold Input_merge_map.
authorRafael Ávila de Espíndola <rafael.espindola@gmail.com>
Tue, 2 Jun 2015 02:47:20 +0000 (22:47 -0400)
committerRafael Ávila de Espíndola <rafael.espindola@gmail.com>
Tue, 2 Jun 2015 02:47:20 +0000 (22:47 -0400)
commit400f89447b72cbd48a2fc8b016a09cbc4e590d81
treeeeaaf15255ef967ae2120c96520ac8b5b755e096
parentd78b6450515fb163b00bc8874a15469df797ef17
Use a std::vector instead of a std::map to hold Input_merge_map.

A std::map is hardly the best data structure for a small map from small
integers.
gold/ChangeLog
gold/merge.cc
gold/merge.h
This page took 0.024486 seconds and 4 git commands to generate.