java-topology/defects/dolphin-0001/test
russell@unturf.com 8631453f5e dolphin: 1 CWE-407 defect, MOAD 0002-0005 CLEAN
dolphin-0001: BreakPoints::GetRegularBreakpoint O(N) std::ranges::find
over m_breakpoints vector, called per CPU instruction when breakpoints
are active. Fix: unordered_map<u32, size_t> index rebuilt on mutation,
O(1) lookup. 2.5x speedup at N=64, scales further with breakpoint count.
2026-03-31 18:04:42 -04:00
..
test_dolphin_breakpoints.cpp dolphin: 1 CWE-407 defect, MOAD 0002-0005 CLEAN 2026-03-31 18:04:42 -04:00