On 22/01/2008, Brendan Eich <[EMAIL PROTECTED]> wrote:
> 2. The programmer uses "goto f(x)" where f returns T and the call is
> in g returning Y,

A quality implementation may still implement the tail call in this
case as the type conversion does not depend on the activation frame.
Yet given such implementation the programmer would not be able to take
advantage of that and would be forced to use return f(x) instead of
goto f(x).

Regards, Igor
_______________________________________________
Es4-discuss mailing list
Es4-discuss@mozilla.org
https://mail.mozilla.org/listinfo/es4-discuss

Reply via email to