Unstable compilers
Unstable compilers
Posted Sep 25, 2024 18:10 UTC (Wed) by sunshowers (guest, #170655)In reply to: Unstable compilers by Wol
Parent article: Committing to Rust in the kernel
Yes, that is correct, and Rust is better for it. Under the assumption that unsafe code is correct, safe code doesn't have UB.
I would rather optimization 'alpha' be extracted through principled approaches like enabling the use of "restrict" on &mut pointers.
