Closed ntop001 closed 6 years ago
It seems that Golang's escape analysis will alloc in-function temp memory on system stack. it's a good property, so most of time, we need no StackMemoryAllocator for this case. I implement a simple StackMemoryAllocator, but not heavily used.
It seems that Golang's escape analysis will alloc in-function temp memory on system stack. it's a good property, so most of time, we need no StackMemoryAllocator for this case. I implement a simple StackMemoryAllocator, but not heavily used.