Hacker News new | ask | show | jobs
by jganetsk 5359 days ago
I imagine this optimization can only happen once escape analysis is performed. In the general case, address-of moves the data to the heap, or causes it to be stored on the heap in the first place. Correct?
1 comments

Yes.