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

Issue 131010044: code review 131010044: runtime,runtime/debug: Converted some functions from go...

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 8 months ago by sanjay.m
Modified:
10 years, 8 months ago
Reviewers:
gobot, khr, khr1
CC:
golang-codereviews, khr, dvyukov
Visibility:
Public.

Description

runtime,runtime/debug: Converted some functions from goc to Go.

Patch Set 1 #

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

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

Total comments: 2

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+106 lines, -46 lines) Patch
M src/pkg/runtime/debug/garbage.go View 1 3 chunks +5 lines, -11 lines 0 comments Download
A src/pkg/runtime/debug/stubs.go View 1 2 3 1 chunk +20 lines, -0 lines 0 comments Download
A src/pkg/runtime/debug/stubs.s View 1 2 3 1 chunk +21 lines, -0 lines 0 comments Download
M src/pkg/runtime/malloc.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/mgc0.c View 1 2 3 4 5 1 chunk +7 lines, -3 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 3 4 5 1 chunk +7 lines, -3 lines 0 comments Download
A src/pkg/runtime/rdebug.go View 1 2 3 1 chunk +42 lines, -0 lines 0 comments Download
R src/pkg/runtime/rdebug.goc View 1 1 chunk +0 lines, -27 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 4 5 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/stubs.go View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 12
sanjay.m
Hello golang-codereviews@googlegroups.com (cc: dvyukov@google.com, khr@golang.org), I'd like you to review this change to https://code.google.com/p/go
10 years, 8 months ago (2014-08-21 07:36:12 UTC) #1
khr
LGTM https://codereview.appspot.com/131010044/diff/10002/src/pkg/runtime/debug/stubs.go File src/pkg/runtime/debug/stubs.go (right): https://codereview.appspot.com/131010044/diff/10002/src/pkg/runtime/debug/stubs.go#newcode1 src/pkg/runtime/debug/stubs.go:1: // TODO: copyright blah blah do your TODO ...
10 years, 8 months ago (2014-08-21 17:17:26 UTC) #2
sanjay.m
Hello golang-codereviews@googlegroups.com, khr@golang.org (cc: dvyukov@google.com, golang-codereviews@googlegroups.com), Please take another look.
10 years, 8 months ago (2014-08-21 18:36:21 UTC) #3
khr
LGTM
10 years, 8 months ago (2014-08-21 19:40:08 UTC) #4
sanjay.m
Hello golang-codereviews@googlegroups.com, khr@golang.org (cc: dvyukov@google.com, golang-codereviews@googlegroups.com), Please take another look.
10 years, 8 months ago (2014-08-22 19:59:08 UTC) #5
sanjay.m
On 2014/08/22 19:59:08, sanjay.m wrote: > Hello https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=golang-codereviews@googlegroups.com, https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=khr@golang.org (cc: > https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=dvyukov@google.com, https://mail.google.com/mail/?view=cm&fs=1&tf=1&to=golang-codereviews@googlegroups.com), > > ...
10 years, 8 months ago (2014-08-22 20:01:35 UTC) #6
khr
LGTM
10 years, 8 months ago (2014-08-25 00:21:55 UTC) #7
khr
*** Submitted as https://code.google.com/p/go/source/detail?r=582d66a876b7 *** runtime,runtime/debug: Converted some functions from goc to Go. LGTM=khr R=golang-codereviews, ...
10 years, 8 months ago (2014-08-25 03:27:04 UTC) #8
gobot
This CL appears to have broken the nacl-arm-cheney builder. See http://build.golang.org/log/f849e0381c651b03bef4ea79110f522311112477
10 years, 8 months ago (2014-08-25 04:12:23 UTC) #9
khr1
This failed because HeapIdle == 0. But that seems ok, both HeapSys and HeapInuse are ...
10 years, 8 months ago (2014-08-25 04:47:45 UTC) #10
sanjay.m
I agree. I also don't see why Idle being 0 is bad. I think that ...
10 years, 8 months ago (2014-08-25 04:58:28 UTC) #11
sanjay.m
10 years, 8 months ago (2014-08-25 05:01:11 UTC) #12
I'll send a CL in a moment with that.

On Monday, August 25, 2014 12:58:28 AM UTC-4, Sanjay Menakuru wrote:
>
> I agree. I also don't see why Idle being 0 is bad. I think that it should 
> be checking that (Idle+InUse == Sys) && (Sys > 0) or some such.
>
Sign in to reply to this message.

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