Martin Sustrik
Martin Sustrik
Ok, so looking at your debug output it looks like the test exits al right: ``` ipremote. call dns_ai_close tests/ip. resolve 6 done, errno = 99 tests/ip. return ``` What...
Yes, it's atomic.
Do you have any idea what can be possibly done except of turning off stack protection? It seems to me that we are doing exactly what stack protection is supposed...
Ha, I wrote the code myself and only now I understand how it really works! When making a patch, please add a comment about what the assembly line does so...
Also, a fallback to -fno-stack-protector would be nice.
I think that's an easy trade-off. Stack protector may be nice to have but it is not a critical feature. A sane way to invoke coroutines, on the other hand,...
Thinking in long-term I have a better proposal: Let's infiltrate the C standardization committee and make go() part of the language. That would force compiler people to support that kind...
Thanks, I'll look into it!
Feel free to make the package. Once done, we can reference it from the website.