Y
Hacker News
new
|
ask
|
show
|
jobs
by
klodolph
500 days ago
Does go’s defer allocate on the heap? I thought it would only do that if necessary.
1 comments
pkaye
500 days ago
I know they implemented an optimization back in go 1.13. Not sure if that will help.
https://github.com/golang/proposal/blob/master/design/34481-...
link
https://github.com/golang/proposal/blob/master/design/34481-...