Chewy@discuss.tchncs.de to Linux@lemmy.ml · 2 years 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@lemmy.ml · 2 years agomessage-square18fedilinkfile-text
minus-squareGiooschi@lemmy.worldlinkfedilinkEnglisharrow-up3·2 years agoFor that usecase rustc_codegen_gcc works too and is much more likely to be mature soon.
minus-squarepastermil@sh.itjust.workslinkfedilinkarrow-up1arrow-down1·2 years agoIt seems to still require LLVM, tho
minus-squareUllebe1@lemmy.mllinkfedilinkarrow-up1·2 years 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_gccworks 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
rustcbackend that useslibgccjitinstead of LLVM.