noumenon@lemmy.world to Rust@programming.devEnglish · 6 days agocorroded: Illegal rustgithub.comexternal-linkmessage-square7linkfedilinkarrow-up167arrow-down14file-text
arrow-up163arrow-down1external-linkcorroded: Illegal rustgithub.comnoumenon@lemmy.world to Rust@programming.devEnglish · 6 days agomessage-square7linkfedilinkfile-text
minus-squaremacro_byte@programming.devlinkfedilinkarrow-up21·6 days ago“segfault -> freedom” I’m sold and putting this into production this sprint
minus-squarelad@programming.devlinkfedilinkEnglisharrow-up12·6 days agoAlso gold: The compiler assumes mutable references are unique and optimizes based on that. When you break the assumption, the optimizer generates wrong code. Compiler skill issue.
“segfault -> freedom”
I’m sold and putting this into production this sprint
Also gold: