Hacker News new | ask | show | jobs
by nixon_why69 12 days ago
In C you explicitly malloc things onto the heap. In go, taking the address of something maybe allocates on the heap, or maybe not if escape analysis can keep it on the stack.