Descriptionruntime: new allocation strategy for amd64
Do not reserve virtual address space.
Instead, assume it will be there when we need it,
and crash loudly if that assumption is violated.
Reserving the address space gets charged to
ulimit -v, which exceeds commonly set limits.
http://groups.google.com/group/golang-dev/msg/7c477af5f5a8dd2c
Patch Set 1 #Patch Set 2 : diff -r d999ada833d6 https://go.googlecode.com/hg #Patch Set 3 : diff -r d999ada833d6 https://go.googlecode.com/hg #Patch Set 4 : diff -r d999ada833d6 https://go.googlecode.com/hg #
Total comments: 1
Patch Set 5 : diff -r 5e1e2010ca05 https://go.googlecode.com/hg #
MessagesTotal messages: 6
|