Alex Rønne Petersen Wrote:

> Does D to tail call optimization of any kind?

The D standard doesn't require the D compiler to perform that optimization 
(unlike Scheme).
Currently both DMD and LDC are able to perform tail call optimization in some 
normal cases. And I presume GDC is able to do the same.

Bye,
bearophile

Reply via email to