[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: coroutines support updated
- From: Eric Jacobs <eric@...>
- Date: Sun, 5 Dec 2004 01:21:27 -0600
On Sat, 4 Dec 2004 03:11:59 -0600
Eric Jacobs <eric@theeric.com> wrote:
> Hi,
>
> I've written a preliminary version of a patch for Lua 5.0.2 to improve
> support of coroutines.
There was a stupid mistake in the original version that caused it to not
be able to cope with a reallocating CallInfo stack... I've uploaded a
corrected version. -Eric