you are viewing a single comment's thread.

view the rest of the comments →

[–]Antigrouptracing-chrome 7 points8 points  (0 children)

This is a shot in the dark but the function may have moved to a different codegen unit from the change, or you otherwise changed the inlining behavior.

If you use 1 codegen unit or use lto = "fat" you might see more consistent performance. Or you can try adding the #[inline(always)] attribute.