]> Cypherpunks repositories - gostls13.git/commit
cc: disallow ... argument unless NOSPLIT is set.
authorRuss Cox <rsc@golang.org>
Thu, 4 Mar 2010 23:34:25 +0000 (15:34 -0800)
committerRuss Cox <rsc@golang.org>
Thu, 4 Mar 2010 23:34:25 +0000 (15:34 -0800)
commit36c5c5bf4079bd12d669f6b2ce772227b12aa23a
tree197d551b9d2551b62fa152502a4c01de0231524b
parent6e3853e2945277e9ca741e372f64be601e8fd536
cc: disallow ... argument unless NOSPLIT is set.
check that NOSPLIT functions don't use too much stack.
correct some missing NOSPLITs in the runtime library.

Fixes bug reported in
https://groups.google.com/group/golang-nuts/t/efff68b73941eccf

R=ken2
CC=golang-dev
https://golang.org/cl/236041
src/cmd/5c/sgen.c
src/cmd/6c/sgen.c
src/cmd/8c/sgen.c
src/cmd/cc/pgen.c
src/pkg/runtime/chan.c
src/pkg/runtime/hashmap.c
src/pkg/runtime/print.c
src/pkg/runtime/proc.c