This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug go/46986] Go is not supported on Darwin
- From: "ian at airs dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Thu, 16 Feb 2012 16:50:13 +0000
- Subject: [Bug go/46986] Go is not supported on Darwin
- Auto-submitted: auto-generated
- References: <bug-46986-4@http.gcc.gnu.org/bugzilla/>
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46986
--- Comment #28 from Ian Lance Taylor <ian at airs dot com> 2012-02-16 16:50:13 UTC ---
Using pthreads will be much less efficient than the current code using
getcontext/setcontext. Writing machine-specific replacement code would be a
much better idea than that.