1
0
mirror of https://github.com/golang/go synced 2024-11-25 21:57:57 -07:00
The Go programming language
Go to file
Rob Pike 6c72bfa55b fix bug in stack overflow check.
if stack is in low memory and frame size is huge, test could wrap around!
fix by omitting test altogether if we know frame is big.

R=gri
OCL=14782
CL=14782
2008-09-03 19:58:46 -07:00
doc - clarification of type of array literals (always fixed array) 2008-09-03 16:41:31 -07:00
include fix go build 2008-08-04 17:26:24 -07:00
lib help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
pkg help management of empty pkg and lib directories in perforce 2008-07-21 17:10:49 -07:00
src fix bug in stack overflow check. 2008-09-03 19:58:46 -07:00
test fix bug in stack overflow check. 2008-09-03 19:58:46 -07:00
usr/gri/gosrc - adjusted my submitted code to work with latest compiler changes 2008-09-02 17:26:00 -07:00