Tony Bark@pawb.social to Linux@lemmy.world · edit-22 months agoTorvalds blasts kernel dev for late 'garbage' RISC-V patcheswww.theregister.comexternal-linkmessage-square7linkfedilinkarrow-up14
arrow-up14external-linkTorvalds blasts kernel dev for late 'garbage' RISC-V patcheswww.theregister.comTony Bark@pawb.social to Linux@lemmy.world · edit-22 months agomessage-square7linkfedilink
minus-squaresquaresinger@lemmy.worldlinkfedilinkEnglisharrow-up0·2 months agoIt really is kinda hard to justify wrapping a << 16 | b in a function.
minus-squareMysteriousSophon21@lemmy.worldlinkfedilinkEnglisharrow-up1·1 month agoYep, these kind of wrapper functions actually hurt kernel readability and add unecessary call overhead - in critical kernel paths every instruction counts.
It really is kinda hard to justify wrapping
a << 16 | b
in a function.Yep, these kind of wrapper functions actually hurt kernel readability and add unecessary call overhead - in critical kernel paths every instruction counts.