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

Issue 12763043: code review 12763043: runtime: eliminate excessive notewakeup calls in timers (Closed)

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

Description

runtime: eliminate excessive notewakeup calls in timers If the timer goroutine is wakeup by timeout, other goroutines will still notewakeup because sleeping is still set.

Patch Set 1 #

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -0 lines) Patch
M src/pkg/runtime/time.goc View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 3
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
11 years, 10 months ago (2013-08-12 13:58:45 UTC) #1
r
LGTM
11 years, 10 months ago (2013-08-12 21:58:09 UTC) #2
dvyukov
11 years, 10 months ago (2013-08-13 10:14:32 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=ebf9b6a68289 ***

runtime: eliminate excessive notewakeup calls in timers
If the timer goroutine is wakeup by timeout,
other goroutines will still notewakeup because sleeping is still set.

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

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