Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
russell_h
on March 26, 2011
|
parent
|
context
|
favorite
| on:
GNU Compiler Collection 4.6.0 released with Go pro...
Anyone know if goroutines are still implemented as native POSIX threads in gccgo?
edsrzf
on March 26, 2011
|
next
[–]
Yes, they are.
obiterdictum
on March 27, 2011
|
prev
[–]
Yes and no. They do use a thread pool of OS threads, but they don't map 1-to-1 to goroutines.
edsrzf
on March 27, 2011
|
parent
[–]
That's true for the gc compilers, but not for gccgo (yet, anyway). Each go statement in gccgo creates a pthread.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: