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-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.
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.