[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: To-Be-Closed For-In-Loop Variable has Problems with Tailcalls
- From: Roberto Ierusalimschy <roberto@...>
- Date: Tue, 6 Apr 2021 15:44:35 -0300
> Xmilia> I think I just found a bug regarding to-be-closed variables.
> [...]
>
> Yes, this is definitely a bug. I think the problem is that the compiler
> is not recognizing that return tail() should not actually be a tail call
> [...]
Many thanks to Xmilia for the report and to Andrew for the detailed
analysis.
-- Roberto