commit | 2a7fcbb4aa216dc4db4216a5275a3471da25f7c5 | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Thu Dec 04 11:45:03 2014 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Thu Dec 04 11:45:03 2014 -0800 |
tree | a462baf5add7966d67ff3084b5ca234c095f3295 | |
parent | 4828be2edca3995d2ad5814863987f3d0aaec911 [diff] |
Subzero: Use std::vector<> instead of std::list for live range segments. 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