Hi all,
Does anyone know whether and if at all there was an announcement that Go now stack allocates objects with size < 32 bytes? I read the 1.25/1.24 Release notes but if it is there I am missing something obvious.
This questions is based on this talk from the last GopherCon:
(16m15s):
I believe it is Keith Randall answering - but the answer is that now values smaller than 32 bytes are stack allocated (provided escape analysis agrees).
There is also another reply from the room about why a particular value is escaping. Any info on that would be helpful.
Kind regards:
al_shopov