Open hsivonen opened 7 months ago
potential_passthrough_impl starts with the remark
potential_passthrough_impl
// This methods looks badly branchy, but most characters // take the first return.
Experiment with delegating the rest of the function after the first check to a second function marked cold.
@hsivonen This looks like internal cleanup, correct? If it impacts data struct stability, we could do it sooner.
This is an internal change, yes.
potential_passthrough_impl
starts with the remarkExperiment with delegating the rest of the function after the first check to a second function marked cold.