[nem-en] and and tail recursion

vc vc at rsdn.ru
Thu Jan 25 20:10:12 CET 2007


If I write:


def some(x)
{
  csp(x)
}
and csp(x)
{
  ...
}

whether does the compiler optimize tail call?




More information about the devel-en mailing list