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

Issue 5327063: code review 5327063: runtime: add nanotime for Plan 9 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
13 years, 5 months ago by ality
Modified:
13 years, 4 months ago
Reviewers:
CC:
paulzhol, rsc, dave_cheney.net, rminnich, golang-dev
Visibility:
Public.

Description

runtime: add nanotime for Plan 9

Patch Set 1 #

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

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

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

Total comments: 1

Patch Set 5 : diff -r 41171c6b511f https://code.google.com/p/go/ #

Total comments: 2

Patch Set 6 : diff -r d946ec1f09f6 https://code.google.com/p/go/ #

Total comments: 1

Patch Set 7 : diff -r d946ec1f09f6 https://code.google.com/p/go/ #

Patch Set 8 : diff -r 33a9fcc0f1ed https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+58 lines, -19 lines) Patch
M src/pkg/runtime/plan9/386/signal.c View 1 2 3 1 chunk +0 lines, -6 lines 0 comments Download
M src/pkg/runtime/plan9/386/sys.s View 1 2 3 4 5 2 chunks +8 lines, -10 lines 0 comments Download
M src/pkg/runtime/plan9/os.h View 1 2 chunks +10 lines, -3 lines 0 comments Download
M src/pkg/runtime/plan9/thread.c View 1 2 3 4 5 6 7 2 chunks +40 lines, -0 lines 0 comments Download

Messages

Total messages: 14
ality
Hello paulzhol@gmail.com, rsc@golang.org (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
13 years, 5 months ago (2011-11-03 00:40:59 UTC) #1
paulzhol
Is it a good idea to replicate syscall.Gettimeofday and syscall.DecodeBintime in C ? Also I ...
13 years, 5 months ago (2011-11-03 08:26:39 UTC) #2
dave_cheney.net
Please do not use the RDTSC instruction as a proxy for gettimeofday. It will not ...
13 years, 5 months ago (2011-11-03 10:06:01 UTC) #3
paulzhol
On Thu, Nov 3, 2011 at 11:22 AM, Anthony Martin <ality@pbrane.org> wrote: > Neither of ...
13 years, 5 months ago (2011-11-03 13:26:22 UTC) #4
rsc
On Thu, Nov 3, 2011 at 09:26, Pavel Zholkover <paulzhol@gmail.com> wrote: > How frequent runtime.gc ...
13 years, 5 months ago (2011-11-03 13:36:36 UTC) #5
ality
Hello paulzhol@gmail.com, rsc@golang.org, dave@cheney.net, rminnich@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 5 months ago (2011-11-03 22:52:42 UTC) #6
paulzhol
LGTM
13 years, 5 months ago (2011-11-04 11:00:56 UTC) #7
rsc
Looks great except for needing the cache. Without the cache nanotime is too expensive to ...
13 years, 4 months ago (2011-11-07 16:35:51 UTC) #8
ality
Hello paulzhol@gmail.com, rsc@golang.org, dave@cheney.net, rminnich@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 4 months ago (2011-11-08 10:43:51 UTC) #9
rsc
http://codereview.appspot.com/5327063/diff/15001/src/pkg/runtime/plan9/386/sys.s File src/pkg/runtime/plan9/386/sys.s (right): http://codereview.appspot.com/5327063/diff/15001/src/pkg/runtime/plan9/386/sys.s#newcode91 src/pkg/runtime/plan9/386/sys.s:91: // BUG(ality): vx32 doesn't decode PUSHA If you'd like ...
13 years, 4 months ago (2011-11-08 20:20:52 UTC) #10
ality
Hello paulzhol@gmail.com, rsc@golang.org, dave@cheney.net, rminnich@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
13 years, 4 months ago (2011-11-08 20:53:31 UTC) #11
rsc
http://codereview.appspot.com/5327063/diff/22001/src/pkg/runtime/plan9/thread.c File src/pkg/runtime/plan9/thread.c (right): http://codereview.appspot.com/5327063/diff/22001/src/pkg/runtime/plan9/thread.c#newcode91 src/pkg/runtime/plan9/thread.c:91: // TODO(ality): fast, accurate clocks on Plan 9 or ...
13 years, 4 months ago (2011-11-08 20:54:58 UTC) #12
rsc
LGTM Is the ten microseconds on a real machine or on vx32?
13 years, 4 months ago (2011-11-18 02:47:22 UTC) #13
rsc
13 years, 4 months ago (2011-11-18 03:09:36 UTC) #14
Sign in to reply to this message.

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