RE: getcontext

2011-03-17 Thread Cuero Bugot
But those are useful still today. E.g. the new Google Go language has coroutines built-in into it. The language runtime implements them with native assembler. Kind of off-topic, but Lua (www.lua.org) also has native coroutine support. They did implement it using setjmp. It is actually pretty

Re: getcontext

2011-03-17 Thread William Wagner
On 15/03/2011 16:42, Carmelo AMOROSO wrote: On 3/15/2011 5:23 PM, William Wagner wrote: Hello, I'm experimenting by trying to get google breakpad working under uclibc on x86 This requires the getcontext function. I assume it is not in uclibc (I was unable to find it)? Any ideas what would be