4 ms·
> the compiler can now allocate the backing store for slices on the stack in more situations Any details on when this happens?
by deagle50 7mo ago
> the compiler can now allocate the backing store for slices on the stack in more situations
Any details on when this happens?
- tapirl 7mo agosee: https://go-review.googlesource.com/c/go/+/707755 https://go-review.googlesource.com/c/go/+/707755 and https://go-review.googlesource.com/c/go/+/664299 https://go-review.googlesource.com/c/go/+/664299 Looks for slices with lengths <= 32.