Y
Hacker News
new
|
ask
|
show
|
jobs
by
jen20
1518 days ago
> The Go default implementation also uses split stacks or something for its goroutines
This has not been true since Go 1.2, back in late 2013.
1 comments
zozbot234
1518 days ago
The fact remains that you need a separate implementation (cgo) if you want to do FFI. It might be something else goroutine-related that blocks FFI in the default Go implementation, but the issue is still there either way.
link
throwaway894345
1518 days ago
What do you mean "a separate implementation"? CGo is part of Go, it's not another implementation of Go.
link
surrealize
1518 days ago
Separate in the "CGo is not Go" sense.
link
preseinger
1516 days ago
FFI isn't important. It's a niche feature for a superminority of use cases.
link