|
|
|
|
|
by happy_dino
4700 days ago
|
|
Go's GC is non-moving, exactly because they can't precisely know what a pointer is and what is just some random int. So it's basically as if all objects are pinned in Go.
I don't expect that to change. There are probably tons of Go code out there which will break in response to a change. I guess it will be pushed back to some mystical "2.0" release, along with Generics. |
|