Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(362)

Issue 5265044: code review 5265044: runtime: run goroutines during init (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 7 months ago by rsc
Modified:
13 years, 7 months ago
Reviewers:
rog
CC:
golang-dev, bradfitz, r, gri
Visibility:
Public.

Description

runtime: run goroutines during init Fixes issue 583. Fixes issue 1776. Fixes issue 2001. Fixes issue 2112.

Patch Set 1 #

Patch Set 2 : diff -r 63b30d425c48 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 63b30d425c48 https://go.googlecode.com/hg/ #

Total comments: 1

Patch Set 4 : diff -r df7e8774f648 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -40 lines) Patch
M doc/go_spec.html View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M src/pkg/runtime/386/asm.s View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/runtime/amd64/asm.s View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/runtime/arm/asm.s View 1 1 chunk +0 lines, -1 line 0 comments Download
M src/pkg/runtime/proc.c View 1 8 chunks +2 lines, -31 lines 0 comments Download
A test/init1.go View 1 1 chunk +44 lines, -0 lines 0 comments Download

Messages

Total messages: 6
rsc
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
13 years, 7 months ago (2011-10-13 16:45:12 UTC) #1
bradfitz
LGTM I liked the predawn variable name, though. On Thu, Oct 13, 2011 at 9:45 ...
13 years, 7 months ago (2011-10-13 16:49:37 UTC) #2
r
LGTM nice spec change
13 years, 7 months ago (2011-10-13 19:07:06 UTC) #3
gri
LGTM (spec change) http://codereview.appspot.com/5265044/diff/4001/doc/go_spec.html File doc/go_spec.html (right): http://codereview.appspot.com/5265044/diff/4001/doc/go_spec.html#newcode2 doc/go_spec.html:2: <!-- subtitle Version of September 29, ...
13 years, 7 months ago (2011-10-13 19:14:54 UTC) #4
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=962818141467 *** runtime: run goroutines during init Fixes issue 583. Fixes issue ...
13 years, 7 months ago (2011-10-13 19:54:27 UTC) #5
rog
13 years, 7 months ago (2011-10-14 06:44:33 UTC) #6
i'm really happy about this.
i hope it works out.

On 13 October 2011 20:54,  <rsc@golang.org> wrote:
> *** Submitted as
> http://code.google.com/p/go/source/detail?r=962818141467 ***
>
> runtime: run goroutines during init
>
> Fixes issue 583.
> Fixes issue 1776.
> Fixes issue 2001.
> Fixes issue 2112.
>
> R=golang-dev, bradfitz, r, gri
> CC=golang-dev
> http://codereview.appspot.com/5265044
>
>
> http://codereview.appspot.com/5265044/
>
Sign in to reply to this message.

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b