====== split stacks ====== On [[http://gcc.gnu.org/wiki/SplitStacks|Split Stacks]] in gcc wiki (link thanks to the [[http://blog.nella.org/?p=784|jra's thoughts]] blog), by Ian Lance Taylor (one of the core Go developers). For additional details about implementation in Go, check the big blocks of comments in [[http://golang.org/src/pkg/runtime/proc.c|pkg/runtime/proc.c]]. A blog posting titled "A trip down the (split) rabbit hole" shows split stacks working in action. http://blog.nella.org/?p=849 ===== See also ===== * [[textflag]]