Hi, I understand go uses an average metric to predict stack size required for new go routines. Does it have minimum size? I was wandering if go optimizes "static stack size"? i.e. there are cases where the code is predictable and the compiler can analyze the stack size required for routines. In these cases the compiler can calculate the exact size that will be required by the routine (or its upper bound). The size could be even lower than the minimal (?) 2k.
Thanks. -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/af9a72e9-9047-4db0-9146-b3fd0fc33d44n%40googlegroups.com.