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

Issue 126210046: code review 126210046: runtime: convert async semaphores to Go (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by dvyukov
Modified:
10 years, 8 months ago
Reviewers:
gobot, rsc
CC:
golang-codereviews, rsc, khr
Visibility:
Public.

Description

runtime: convert async semaphores to Go

Patch Set 1 #

Patch Set 2 : diff -r bebfeba1e59da4d4570048e941743ae2452690d9 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r bebfeba1e59da4d4570048e941743ae2452690d9 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r bebfeba1e59da4d4570048e941743ae2452690d9 https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 2

Patch Set 5 : diff -r c29860623fb3ba526147d39e85617c7750913aa3 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 6 : diff -r c29860623fb3ba526147d39e85617c7750913aa3 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 7 : diff -r a25aa660e24758edce7c4de6a721ebcae220a1a5 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+242 lines, -225 lines) Patch
M src/cmd/gc/select.c View 1 1 chunk +1 line, -0 lines 0 comments Download
A src/pkg/runtime/arch_386.go View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A src/pkg/runtime/arch_amd64.go View 1 1 chunk +9 lines, -0 lines 0 comments Download
A src/pkg/runtime/arch_amd64p32.go View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
A src/pkg/runtime/arch_arm.go View 1 2 1 chunk +9 lines, -0 lines 0 comments Download
M src/pkg/runtime/chan.go View 1 2 3 4 3 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/runtime/chan.goc View 1 2 3 4 3 chunks +5 lines, -5 lines 0 comments Download
M src/pkg/runtime/proc.go View 1 2 3 4 2 chunks +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M src/pkg/runtime/sema.go View 1 2 3 4 6 chunks +159 lines, -6 lines 0 comments Download
R src/pkg/runtime/sema.goc View 1 1 chunk +0 lines, -204 lines 0 comments Download
M src/pkg/runtime/stubs.go View 1 2 3 4 3 chunks +5 lines, -2 lines 0 comments Download
M src/pkg/runtime/stubs.goc View 1 1 chunk +15 lines, -0 lines 0 comments Download
M src/pkg/runtime/thunk.s View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6
dvyukov
Hello golang-codereviews@googlegroups.com (cc: khr@golang.org, rsc@golang.org), I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 8 months ago (2014-08-24 16:09:18 UTC) #1
rsc
LGTM It would be nice in future conversions if you kept the two files in ...
10 years, 8 months ago (2014-08-24 18:20:17 UTC) #2
dvyukov
https://codereview.appspot.com/126210046/diff/60001/src/pkg/runtime/sema.go File src/pkg/runtime/sema.go (right): https://codereview.appspot.com/126210046/diff/60001/src/pkg/runtime/sema.go#newcode152 src/pkg/runtime/sema.go:152: s.link = nil On 2014/08/24 18:20:17, rsc wrote: > ...
10 years, 8 months ago (2014-08-25 11:58:04 UTC) #3
rsc
LGTM
10 years, 8 months ago (2014-08-25 16:11:14 UTC) #4
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=3f13ed48b37e *** runtime: convert async semaphores to Go LGTM=rsc R=golang-codereviews, rsc CC=golang-codereviews, ...
10 years, 8 months ago (2014-08-25 16:12:32 UTC) #5
gobot
10 years, 8 months ago (2014-08-25 16:23:54 UTC) #6
Message was sent while issue was closed.
This CL appears to have broken the freebsd-amd64-race builder.
See http://build.golang.org/log/9c9258687db44f6ec7947b59edbbb1becc4577af
Sign in to reply to this message.

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