ruffsl@programming.dev to Programmer Humor@programming.devEnglish · edit-25 days agoEvery goto in the Linux kernel / Just another day on the linux-kernel mailing listyoutube.comexternal-linkmessage-square19fedilinkarrow-up180arrow-down11cross-posted to: linux@programming.dev
arrow-up179arrow-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-25 days agomessage-square19fedilinkcross-posted to: linux@programming.dev
minus-squareGladaed@feddit.orglinkfedilinkarrow-up5arrow-down1·4 days agoIt’s literally the only way to do this. Other ways include checking of loads of bools. That’s slow.
minus-squarebss03@infosec.publinkfedilinkEnglisharrow-up3·4 days 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.