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

Issue 101400043: code review 101400043: runtime: add fake time support back.

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

Description

runtime: add fake time support back. Revived from CL 15690048. Fixes issue 5356.

Patch Set 1 #

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

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

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+42 lines, -1 line) Patch
M src/pkg/runtime/proc.c View 1 2 chunks +17 lines, -0 lines 0 comments Download
M src/pkg/runtime/time.goc View 1 2 chunks +25 lines, -1 line 1 comment Download

Messages

Total messages: 7
minux
Hello adg@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go
10 years, 8 months ago (2014-06-20 21:54:12 UTC) #1
dvyukov
what about the deadlock scenario described in https://codereview.appspot.com/73110043/ ? https://codereview.appspot.com/101400043/diff/40001/src/pkg/runtime/time.goc File src/pkg/runtime/time.goc (right): https://codereview.appspot.com/101400043/diff/40001/src/pkg/runtime/time.goc#newcode201 src/pkg/runtime/time.goc:201: ...
10 years, 8 months ago (2014-06-21 00:57:49 UTC) #2
rsc
LGTM The possible deadlock with external threads is not a problem. This code only makes ...
10 years, 4 months ago (2014-10-27 23:42:22 UTC) #3
minux
On Mon, Oct 27, 2014 at 7:42 PM, <rsc@golang.org> wrote: > I will patch this ...
10 years, 4 months ago (2014-10-27 23:58:30 UTC) #4
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=daf0179cc576 *** runtime: add fake time support back. Revived from CL 15690048. ...
10 years, 4 months ago (2014-10-28 00:35:19 UTC) #5
adg1
The submitted change also includes uncommenting these lines: https://code.google.com/p/go/source/diff?spec=svndaf0179cc57600d8a960cf857ef22c5f6b66ef3b&name=daf0179cc576&r=daf0179cc57600d8a960cf857ef22c5f6b66ef3b&format=side&path=/src/runtime/rt0_nacl_amd64p32.s Is this right? Do we want ...
10 years, 4 months ago (2014-10-28 00:45:01 UTC) #6
gobot
10 years, 4 months ago (2014-10-28 00:48:24 UTC) #7
This CL appears to have broken the nacl-amd64p32 builder.
See http://build.golang.org/log/a0d2cb09845055cc6043acb4f928359615894c27
Sign in to reply to this message.

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