• bss03@infosec.pub
    link
    fedilink
    English
    arrow-up
    5
    ·
    4 days ago

    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.