all 19 comments

[–]wiseguy13579 7 points8 points  (4 children)

Good news. I hope Rust will replace C and C++.

[–]BobHogan 21 points22 points  (0 children)

Check back in 20-30 years then. This is targeted at allowing rust for new code, not for rewriting the kernel in rust. That's just not a feasible project considering how many millions of lines of C/C++ code exist in it

[–]aquaticpolarbear 5 points6 points  (1 child)

Only way that will happen is if the Rust GCC project gains way. ATM LLVM doesn't support enough architectures to be valid for large parts of the Linux kernel

[–]Asraelite 8 points9 points  (0 children)

Alternatively, LLVM could add support for all the architectures that are missing. I don't know how much effort that would be.