Chewy@discuss.tchncs.de to Linux@lemmy.ml · 10 months agoRust-Written Linux Scheduler Showing Promising Results For Gaming Performancenitter.netexternal-linkmessage-square18fedilinkarrow-up1181arrow-down14file-text
arrow-up1177arrow-down1external-linkRust-Written Linux Scheduler Showing Promising Results For Gaming Performancenitter.netChewy@discuss.tchncs.de to Linux@lemmy.ml · 10 months agomessage-square18fedilinkfile-text
minus-squarepastermil@sh.itjust.workslinkfedilinkarrow-up8·10 months agoNow if only gccrs would mature soon! LLVM-based is fine for most case, but I bet a lot of people would want to stick with gcc for compiling the kernel.
minus-squareGiooschi@lemmy.worldlinkfedilinkEnglisharrow-up3·10 months agoFor that usecase rustc_codegen_gcc works too and is much more likely to be mature soon.
minus-squarepastermil@sh.itjust.workslinkfedilinkarrow-up1arrow-down1·10 months agoIt seems to still require LLVM, tho
minus-squareUllebe1@lemmy.mllinkfedilinkarrow-up1·10 months agoWhat makes you think that? The whole point of it is to create a rustc backend that uses libgccjit instead of LLVM.
Now if only gccrs would mature soon!
LLVM-based is fine for most case, but I bet a lot of people would want to stick with gcc for compiling the kernel.
For that usecase
rustc_codegen_gcc
works too and is much more likely to be mature soon.It seems to still require LLVM, tho
What makes you think that? The whole point of it is to create a
rustc
backend that useslibgccjit
instead of LLVM.