ruffsl@programming.dev to Programmer Humor@programming.devEnglish · edit-21 month agoEvery goto in the Linux kernel / Just another day on the linux-kernel mailing listyoutube.comexternal-linkmessage-square19fedilinkarrow-up182cross-posted to: linux@programming.dev
arrow-up182external-linkEvery goto in the Linux kernel / Just another day on the linux-kernel mailing listyoutube.comruffsl@programming.dev to Programmer Humor@programming.devEnglish · edit-21 month agomessage-square19fedilinkcross-posted to: linux@programming.dev
minus-squarebss03@infosec.publinkfedilinkEnglisharrow-up5·1 month 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·1 month 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.