Chewy@discuss.tchncs.de to Linux · 1 year agoRust-Written Linux Scheduler Showing Promising Results For Gaming Performancenitter.netexternal-linkmessage-square18fedilinkarrow-up1182arrow-down14file-text
arrow-up1178arrow-down1external-linkRust-Written Linux Scheduler Showing Promising Results For Gaming Performancenitter.netChewy@discuss.tchncs.de to Linux · 1 year agomessage-square18fedilinkfile-text
minus-squarepastermil@sh.itjust.workslinkfedilinkarrow-up8·1 year 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·1 year agoFor that usecase rustc_codegen_gcc works too and is much more likely to be mature soon.
minus-squarepastermil@sh.itjust.workslinkfedilinkarrow-up1arrow-down1·1 year agoIt seems to still require LLVM, tho
minus-squareUllebe1linkfedilinkarrow-up1·1 year 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.