Skip to content

get_common_arg_candidates(): Avoid calling sort().

Matt Wala requested to merge dont-sort-in-cse-hot-spot into master

This code is the hot spot for CSE and so it is better to avoid any needlessly expensive function calls.

Merge request reports