Basile STARYNKEVITCH <[EMAIL PROTECTED]> writes: > Hello All > > Ning Wang wrote: >> >> Tailrecursion can be translated into loop right? > > Not in the general case when you tail-call an unknown function (unless > you are thinking of whole program optimisations), e.g. a function variable.
Is this still true if you use GCC with the option -foptimize-sibling-calls? _______________________________________________ Cminusminus mailing list [email protected] https://cminusminus.org/mailman/listinfo/cminusminus
