ruffsl@programming.dev to Programmer Humor@programming.devEnglish · edit-29 months agoEvery goto in the Linux kernel / Just another day on the linux-kernel mailing listyoutube.comexternal-linkmessage-square18linkfedilinkarrow-up168arrow-down10
arrow-up168arrow-down1external-linkEvery goto in the Linux kernel / Just another day on the linux-kernel mailing listyoutube.comruffsl@programming.dev to Programmer Humor@programming.devEnglish · edit-29 months agomessage-square18linkfedilink
minus-squareGladaed@feddit.orglinkfedilinkarrow-up2arrow-down1·9 months agoIt’s literally the only way to do this. Other ways include checking of loads of bools. That’s slow.
minus-squarebss03@infosec.publinkfedilinkEnglisharrow-up1·9 months agoIn C maybe. In language that support proper recursion schemes, the apomorphism models the early-exit loop.
It’s literally the only way to do this. Other ways include checking of loads of bools. That’s slow.
In C maybe. In language that support proper recursion schemes, the apomorphism models the early-exit loop.