From: Christian Neukirchen Date: 2005-12-18T00:59:31+09:00 Subject: Re: Ruby tail recursion gabriele renzi writes: > I think it is worth noting that Koichi Sasada said once that he plans > to support tail call optimization in YARV, even because IIRC he wants > it to be able to support Scheme too, which requires TCO. > I think he'd appreciate if someone could do that (hint! hint!). IIRC, YARV already supports reusing the current stack frame for calls to the same method (that's not real TCO, but far better than nothing). -- Christian Neukirchen http://chneukirchen.org