bnjbvr opened PR #4111 from misc-refactorings
to main
:
Two small refactorings while I was looking at the code:
- remove one unused timer function, and add
must_use
on top of these functions (didn't catch any issue in the existing code base, but nice to have to prevent future misuse).- make the code in the remove-constant-phis pass a bit more idiomatic in Rust (causes a very small compile-times speedup right above noise, but the time spent in this function is so little anyways that it doesn't make a big difference overall).
fitzgen submitted PR review.
bnjbvr merged PR #4111.
Last updated: Nov 22 2024 at 17:03 UTC