[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Any suggestion for a robust C coroutine library which can be used with LuaJIT ?
- From: Alex Bradbury <asb@...>
- Date: Thu, 5 Jan 2012 11:45:44 +0000
On 5 January 2012 11:39, David Given <dg@cowlark.com> wrote:
> The lesson I learned from this is: don't use setcontext()/getcontext().
Another reason is they're not currently implemented in ARM glibc
(though a first attempt at patches to implement them is available here
https://bugs.launchpad.net/qemu-linaro/+bug/883136).
Alex