ruffsl@programming.dev to Programmer Humor@programming.devEnglish · 5 months agoEvery goto in the Linux kernel / Just another day on the linux-kernel mailing listyoutube.comexternal-linkmessage-square19linkfedilinkarrow-up183arrow-down11
arrow-up182arrow-down1external-linkEvery goto in the Linux kernel / Just another day on the linux-kernel mailing listyoutube.comruffsl@programming.dev to Programmer Humor@programming.devEnglish · 5 months agomessage-square19linkfedilink
minus-squarebss03@infosec.publinkfedilinkEnglisharrow-up5·5 months agogcc can do tail-call optimization in C, and sometimes in C++. It doesn’t even have to be a recursive call, tho I do think it might depends on the calling convention.
minus-squarebitcrafter@programming.devlinkfedilinkarrow-up3·5 months agoOh, cool! I did not know that.
gcc can do tail-call optimization in C, and sometimes in C++. It doesn’t even have to be a recursive call, tho I do think it might depends on the calling convention.
Oh, cool! I did not know that.