-
Subzero: Use std::vector<> instead of std::list for live range segments. · 2a7fcbb4Jim Stichnoth authored
This generally uses less memory and fewer allocations. Also removes the commented-out alternative implementation using std::set<>, which would almost certainly never be a good idea here. BUG= none R=jvoung@chromium.org Review URL: https://codereview.chromium.org/734053006
2a7fcbb4
×