You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While discussing potential alternative implementations for array::map in #102202, the following regression was discovered on nigthly/beta: https://rust.godbolt.org/z/h39Tr776T See assembly for foo2, it should be identical to foo1, but for some reason compiler was unable to eliminate panics. Switching toolchain to 1.64 results in expected efficient assembly.
The text was updated successfully, but these errors were encountered:
While discussing potential alternative implementations for
array::map
in #102202, the following regression was discovered on nigthly/beta: https://rust.godbolt.org/z/h39Tr776T See assembly forfoo2
, it should be identical tofoo1
, but for some reason compiler was unable to eliminate panics. Switching toolchain to 1.64 results in expected efficient assembly.The text was updated successfully, but these errors were encountered: