1
0
mirror of https://github.com/golang/go synced 2024-10-05 04:21:22 -06:00
go/src/pkg/runtime/freebsd
Russ Cox 5b1b2ba9c7 runtime: 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

R=r, niemeyer
CC=golang-dev
https://golang.org/cl/4148045
2011-02-09 14:38:33 -05:00
..
386 runtime: print signal information during panic 2011-01-18 14:15:11 -05:00
amd64 runtime: print signal information during panic 2011-01-18 14:15:11 -05:00
defs.c runtime: add mmap of null page just in case 2010-09-28 20:30:01 -04:00
mem.c runtime: new allocation strategy for amd64 2011-02-09 14:38:33 -05:00
os.h runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
signals.h runtime: ,s/[a-zA-Z0-9_]+/runtime·&/g, almost 2010-11-04 14:00:19 -04:00
thread.c runtime: revert 6974:1f3c3696babb 2011-01-12 11:48:15 +11:00