icu4x icon indicating copy to clipboard operation
icu4x copied to clipboard

Experiment with putting most of potential_passthrough_impl in an cold function

Open hsivonen opened this issue 1 year ago • 2 comments

potential_passthrough_impl starts with the remark

// 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 avatar May 02 '24 10:05 hsivonen

@hsivonen This looks like internal cleanup, correct? If it impacts data struct stability, we could do it sooner.

sffc avatar Jul 24 '24 15:07 sffc

This is an internal change, yes.

hsivonen avatar Aug 08 '24 10:08 hsivonen