]> Cypherpunks repositories - gostls13.git/commit
runtime: run goroutines during init
authorRuss Cox <rsc@golang.org>
Thu, 13 Oct 2011 19:54:23 +0000 (15:54 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 13 Oct 2011 19:54:23 +0000 (15:54 -0400)
commitd1bafffa4b3d34e4f9b77d02c5c5af1d03f86689
tree66b02294823c9c5e080295c76c9b948e2223b8ff
parenteb3aba24b5bc96d4059db492e362d2cd5c77682e
runtime: run goroutines during init

Fixes #583.
Fixes #1776.
Fixes #2001.
Fixes #2112.

R=golang-dev, bradfitz, r, gri
CC=golang-dev
https://golang.org/cl/5265044
doc/go_spec.html
src/pkg/runtime/386/asm.s
src/pkg/runtime/amd64/asm.s
src/pkg/runtime/arm/asm.s
src/pkg/runtime/proc.c
test/init1.go [new file with mode: 0644]