Originally posted by babali
View Post
However, Rust does need GCC support to be used for non-optional core Linux kernel stuff. You can't replace part of the memory management with Rust without GCC support, because then a significant number of architectures supported by linux wouldn't be able to compile the kernel. You would effectively be dropping support for them.
Comment