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

Issue 6197046: code review 6197046: pkg/runtime: Fix semasleep on Plan 9 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by akumar
Modified:
12 years, 10 months ago
Reviewers:
CC:
golang-dev, rsc, rminnich, ality, r, 0intro, John Floren, aam
Visibility:
Public.

Description

pkg/runtime: Fix semasleep on Plan 9 With the timed semacquire patch (kernel-tsemacquire) for Plan 9, we can now properly do a timed wait for the semaphore, in semasleep.

Patch Set 1 #

Patch Set 2 : diff -r 95456588a8e1 https://code.google.com/p/go #

Patch Set 3 : diff -r 95456588a8e1 https://code.google.com/p/go #

Patch Set 4 : diff -r 95456588a8e1 https://code.google.com/p/go #

Total comments: 6

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -23 lines) Patch
M src/pkg/runtime/os_plan9.h View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/sys_plan9_386.s View 1 1 chunk +5 lines, -0 lines 0 comments Download
M src/pkg/runtime/thread_plan9.c View 1 2 3 4 2 chunks +5 lines, -23 lines 0 comments Download

Messages

Total messages: 8
akumar
Hello golang-dev@googlegroups.com, rsc@golang.org, rminnich@gmail.com, ality@pbrane.org (cc: 0intro@gmail.com, golang-dev@googlegroups.com, john@jfloren.net, mirtchovski@gmail.com), I'd like you to review ...
12 years, 10 months ago (2012-05-04 23:34:40 UTC) #1
rminnich
LGTM
12 years, 10 months ago (2012-05-05 00:50:42 UTC) #2
ality
https://codereview.appspot.com/6197046/diff/10001/src/pkg/runtime/sys_plan9_386.s File src/pkg/runtime/sys_plan9_386.s (right): https://codereview.appspot.com/6197046/diff/10001/src/pkg/runtime/sys_plan9_386.s#newcode53 src/pkg/runtime/sys_plan9_386.s:53: MOVL $52, AX It's unfortunate that this collides with ...
12 years, 10 months ago (2012-05-05 03:51:37 UTC) #3
akumar
PTAL. (Sorry, this CL was made in haste.) https://codereview.appspot.com/6197046/diff/10001/src/pkg/runtime/sys_plan9_386.s File src/pkg/runtime/sys_plan9_386.s (right): https://codereview.appspot.com/6197046/diff/10001/src/pkg/runtime/sys_plan9_386.s#newcode53 src/pkg/runtime/sys_plan9_386.s:53: MOVL ...
12 years, 10 months ago (2012-05-05 06:35:56 UTC) #4
r
Is it reasonable to check in a change that requires a kernel update? If users ...
12 years, 10 months ago (2012-05-16 18:27:31 UTC) #5
rminnich
On Wed, May 16, 2012 at 11:27 AM, <r@golang.org> wrote: > Is it reasonable to ...
12 years, 10 months ago (2012-05-16 18:40:45 UTC) #6
r
LGTM
12 years, 10 months ago (2012-05-16 22:08:01 UTC) #7
r
12 years, 10 months ago (2012-05-16 22:10:05 UTC) #8
*** Submitted as http://code.google.com/p/go/source/detail?r=d9a9bdd06284 ***

pkg/runtime: Fix semasleep on Plan 9

With the timed semacquire patch
(kernel-tsemacquire) for Plan 9,
we can now properly do a timed
wait for the semaphore, in
semasleep.

R=golang-dev, rsc, rminnich, ality, r
CC=0intro, golang-dev, john, mirtchovski
http://codereview.appspot.com/6197046

Committer: Rob Pike <r@golang.org>
Sign in to reply to this message.

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