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

Issue 68460044: code review 68460044: runtime: use monotonic clock for openbsd/386 and openbs... (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
11 years, 4 months ago by jsing
Modified:
11 years, 3 months ago
Reviewers:
gobot, bradfitz
CC:
golang-codereviews, bradfitz
Visibility:
Public.

Description

runtime: use monotonic clock for openbsd/386 and openbsd/amd64 timers Switch nanotime to a monotonic clock on openbsd/386 and openbsd/amd64. Also use a monotonic clock when for thrsleep, since the sleep duration is based on the value returned from nanotime. Update issue 6007

Patch Set 1 #

Patch Set 2 : diff -r 6d788e8e2b63 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 6d788e8e2b63 https://go.googlecode.com/hg/ #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M src/pkg/runtime/os_openbsd.c View 1 2 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/sys_openbsd_386.s View 1 2 chunks +3 lines, -1 line 0 comments Download
M src/pkg/runtime/sys_openbsd_amd64.s View 1 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 4
jsing
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years, 4 months ago (2014-02-25 15:03:00 UTC) #1
bradfitz
LGTM At least read http://www.openbsd.org/cgi-bin/man.cgi?query=clock_gettime&sektion=2 to confirm. And see it's been there since Nov 2003. ...
11 years, 4 months ago (2014-02-25 16:24:30 UTC) #2
jsing
*** Submitted as https://code.google.com/p/go/source/detail?r=bca0032e86af *** runtime: use monotonic clock for openbsd/386 and openbsd/amd64 timers Switch ...
11 years, 4 months ago (2014-02-26 02:20:42 UTC) #3
gobot
11 years, 4 months ago (2014-02-26 02:49:57 UTC) #4
Message was sent while issue was closed.
This CL appears to have broken the darwin-386-cheney builder.
Sign in to reply to this message.

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