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

Issue 12438043: code review 12438043: runtime: remove singleproc var (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 7 months ago by dvyukov
Modified:
11 years, 7 months ago
Reviewers:
rsc
CC:
golang-dev, rsc
Visibility:
Public.

Description

runtime: remove singleproc var It was needed for the old scheduler, because there temporary could be more threads than gomaxprocs. In the new scheduler gomaxprocs is always respected.

Patch Set 1 #

Patch Set 2 : diff -r 6423f26d0193 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 6423f26d0193 https://go.googlecode.com/hg/ #

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

Patch Set 5 : diff -r e911f94c4902 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -6 lines) Patch
M src/pkg/runtime/mgc0.c View 1 3 chunks +3 lines, -3 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 3 2 chunks +0 lines, -2 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 7 months ago (2013-08-04 16:25:59 UTC) #1
rsc
LGTM
11 years, 7 months ago (2013-08-05 18:20:20 UTC) #2
dvyukov
11 years, 7 months ago (2013-08-05 18:58:43 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=8aeade4c393e ***

runtime: remove singleproc var
It was needed for the old scheduler,
because there temporary could be more threads than gomaxprocs.
In the new scheduler gomaxprocs is always respected.

R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/12438043
Sign in to reply to this message.

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