[debugger] Make ModuleSymbolIndexNode move-only.
Previously this was copyable but not copied in practice. Changes some of the code that took pairs because std::pairs to make the call-sites better. This should have no affect on functionality and I measured indexing performance to be the same within typical measurement error. Change-Id: I5adebf46f0be89090f8048e7b00db8b3c71c7d42
Showing
- src/developer/debug/zxdb/symbols/index_test_support.cc 1 addition, 1 deletionsrc/developer/debug/zxdb/symbols/index_test_support.cc
- src/developer/debug/zxdb/symbols/module_symbol_index_node.cc 11 additions, 8 deletionssrc/developer/debug/zxdb/symbols/module_symbol_index_node.cc
- src/developer/debug/zxdb/symbols/module_symbol_index_node.h 6 additions, 2 deletionssrc/developer/debug/zxdb/symbols/module_symbol_index_node.h
- src/developer/debug/zxdb/symbols/module_symbol_index_node_unittest.cc 4 additions, 4 deletions...r/debug/zxdb/symbols/module_symbol_index_node_unittest.cc
Loading
Please register or sign in to comment