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

Issue 112870046: code review 112870046: time: change nsec back to int32 (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 9 months ago by rsc
Modified:
9 years, 9 months ago
Reviewers:
r, gobot, dfc
CC:
r, dvyukov, golang-codereviews, mdempsky, mtj1
Visibility:
Public.

Description

time: change nsec back to int32 The garbage collector and stack scans are good enough now. Fixes issue 7446.

Patch Set 1 #

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

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

Total comments: 1

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -13 lines) Patch
M src/pkg/time/time.go View 1 6 chunks +6 lines, -13 lines 0 comments Download

Messages

Total messages: 13
rsc
Hello r (cc: golang-codereviews@googlegroups.com, mtj@google.com), I'd like you to review this change to https://code.google.com/p/go/
9 years, 9 months ago (2014-07-09 20:36:31 UTC) #1
r
LGTM
9 years, 9 months ago (2014-07-09 21:04:39 UTC) #2
dvyukov
Are you sure it can't happen now? The fake "pointer" value can become e.g. "bool ...
9 years, 9 months ago (2014-07-10 07:43:53 UTC) #3
rsc
On Thu, Jul 10, 2014 at 3:43 AM, <dvyukov@google.com> wrote: > Are you sure it ...
9 years, 9 months ago (2014-07-10 16:42:40 UTC) #4
dvyukov
On Thu, Jul 10, 2014 at 8:42 PM, Russ Cox <rsc@golang.org> wrote: > On Thu, ...
9 years, 9 months ago (2014-07-11 08:13:01 UTC) #5
rsc
I don't understand what you mean when you say that chansend is scanned conservatively. The ...
9 years, 9 months ago (2014-07-12 03:13:43 UTC) #6
dvyukov
On 2014/07/12 03:13:43, rsc wrote: > I don't understand what you mean when you say ...
9 years, 9 months ago (2014-07-14 10:54:01 UTC) #7
rsc
On Mon, Jul 14, 2014 at 6:54 AM, <dvyukov@google.com> wrote: > Do you want to ...
9 years, 9 months ago (2014-07-14 13:55:21 UTC) #8
dvyukov
On 2014/07/14 13:55:21, rsc wrote: > On Mon, Jul 14, 2014 at 6:54 AM, <mailto:dvyukov@google.com> ...
9 years, 9 months ago (2014-07-14 14:11:28 UTC) #9
mdempsky
https://codereview.appspot.com/112870046/diff/20001/src/pkg/time/time.go File src/pkg/time/time.go (right): https://codereview.appspot.com/112870046/diff/20001/src/pkg/time/time.go#newcode607 src/pkg/time/time.go:607: nsec := int32(t.nsec) + int32(d%1e9) There are a handful ...
9 years, 9 months ago (2014-07-14 20:39:11 UTC) #10
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=ab07d66858b6 *** time: change nsec back to int32 The garbage collector and ...
9 years, 9 months ago (2014-07-16 23:26:49 UTC) #11
gobot
This CL appears to have broken the android-arm-crawshaw builder. See http://build.golang.org/log/52493464084267d6567caf1886f9fd50aa22614f
9 years, 9 months ago (2014-07-16 23:49:30 UTC) #12
dfc
9 years, 9 months ago (2014-07-16 23:52:07 UTC) #13
Probably unrelated

go_android_exec: adb push
/tmp/go-build766485303/net/http/cgi/_test/cgi.test
/data/local/tmp/goroot/cgi.test-17117-tmp
294 KB/s (4237116 bytes in 14.055s)
go_android_exec: adb shell cp
'/data/local/tmp/goroot/cgi.test-17117-tmp'
'/data/local/tmp/goroot/cgi.test-17117'
go_android_exec: adb shell rm '/data/local/tmp/goroot/cgi.test-17117-tmp'
go_android_exec: adb shell export TMPDIR="/data/local/tmp"; export
GOROOT="/data/local/tmp/goroot"; cd "$GOROOT/src/pkg/net/http/cgi";
'/data/local/tmp/goroot/cgi.test-17117' -test.short=true
-test.timeout=360s; echo -n exitcode=$?
2014/07/16 23:30:48 cgi: copy error: past write limit
Segmentation fault
exitcode=139go_android_exec: adb shell rm
'/data/local/tmp/goroot/cgi.test-17117'
FAIL	net/http/cgi	15.152s



On Thu, Jul 17, 2014 at 9:49 AM, <gobot@golang.org> wrote:

> This CL appears to have broken the android-arm-crawshaw builder.
> See http://build.golang.org/log/52493464084267d6567caf1886f9fd50aa22614f
>
>
> https://codereview.appspot.com/112870046/
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
Sign in to reply to this message.

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