spring-data-commons icon indicating copy to clipboard operation
spring-data-commons copied to clipboard

Remove branching overhead in `BytecodeUtil` by replacing `if` with `else if`

Open mitu2 opened this issue 1 year ago • 2 comments

This method does not return in time after an internal match succeeds, resulting in code overhead.

If there is anything wrong with the first PR, please point it out

mitu2 avatar Sep 29 '24 13:09 mitu2

@mitu2 Please sign the Contributor License Agreement!

Click here to manually synchronize the status of this Pull Request.

See the FAQ for frequently asked questions.

pivotal-cla avatar Sep 29 '24 13:09 pivotal-cla

@mitu2 Thank you for signing the Contributor License Agreement!

pivotal-cla avatar Sep 29 '24 13:09 pivotal-cla

Thank you for your contribution. That's merged, polished, and backported now.

mp911de avatar Mar 05 '25 09:03 mp911de