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

Issue 135930043: code review 135930043: runtime: convert print.c to Go (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
9 years, 8 months ago by rsc
Modified:
9 years, 8 months ago
Reviewers:
gobot, iant, dave, khr1, mpl, 0intro
CC:
golang-codereviews, iant, dvyukov, khr, r
Visibility:
Public.

Description

runtime: convert print.c to Go

Patch Set 1 #

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

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

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

Total comments: 5

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+315 lines, -527 lines) Patch
M src/pkg/runtime/alg.goc View 1 4 chunks +4 lines, -4 lines 0 comments Download
M src/pkg/runtime/mprof.go View 1 2 3 4 1 chunk +2 lines, -4 lines 0 comments Download
M src/pkg/runtime/os_darwin.c View 1 7 chunks +9 lines, -9 lines 0 comments Download
M src/pkg/runtime/os_dragonfly.c View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/pkg/runtime/os_freebsd.c View 1 1 chunk +3 lines, -3 lines 0 comments Download
M src/pkg/runtime/panic.c View 1 2 3 4 1 chunk +5 lines, -2 lines 0 comments Download
R src/pkg/runtime/print.go View 1 1 chunk +0 lines, -111 lines 0 comments Download
M src/pkg/runtime/print1.go View 1 2 3 4 1 chunk +266 lines, -371 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 3 4 1 chunk +3 lines, -2 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 3 4 3 chunks +15 lines, -15 lines 0 comments Download
M src/pkg/runtime/stubs.go View 1 2 3 4 2 chunks +3 lines, -1 line 0 comments Download
M src/pkg/runtime/traceback_arm.c View 1 1 chunk +1 line, -1 line 0 comments Download
M src/pkg/runtime/traceback_x86.c View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 10
rsc
Hello golang-codereviews@googlegroups.com (cc: dvyukov, iant, khr, r), I'd like you to review this change to ...
9 years, 8 months ago (2014-08-28 16:35:32 UTC) #1
iant
LGTM https://codereview.appspot.com/135930043/diff/60001/src/pkg/runtime/print1.go File src/pkg/runtime/print1.go (right): https://codereview.appspot.com/135930043/diff/60001/src/pkg/runtime/print1.go#newcode24 src/pkg/runtime/print1.go:24: // Right now a dynamically allocated string that ...
9 years, 8 months ago (2014-08-28 16:53:45 UTC) #2
rsc
https://codereview.appspot.com/135930043/diff/60001/src/pkg/runtime/print1.go File src/pkg/runtime/print1.go (right): https://codereview.appspot.com/135930043/diff/60001/src/pkg/runtime/print1.go#newcode24 src/pkg/runtime/print1.go:24: // Right now a dynamically allocated string that is ...
9 years, 8 months ago (2014-08-29 03:25:32 UTC) #3
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=2dae02db5c70 *** runtime: convert print.c to Go LGTM=iant R=golang-codereviews, iant CC=dvyukov, golang-codereviews, ...
9 years, 8 months ago (2014-08-29 03:26:44 UTC) #4
gobot
This CL appears to have broken the netbsd-386-minux builder. See http://build.golang.org/log/38cd13cf43b783c68c451649539c5903cf94603a
9 years, 8 months ago (2014-08-29 03:32:53 UTC) #5
khr1
CL 139890043 should fix this. On Thu, Aug 28, 2014 at 8:32 PM, <gobot@golang.org> wrote: ...
9 years, 8 months ago (2014-08-29 05:21:02 UTC) #6
0intro
We have this failure on Plan 9: panic: runtime error: index out of range goroutine ...
9 years, 8 months ago (2014-08-29 06:19:00 UTC) #7
dave_cheney.net
What is runtime.goexitsall trying to print ? On Fri, Aug 29, 2014 at 4:19 PM, ...
9 years, 8 months ago (2014-08-29 06:20:32 UTC) #8
0intro
> What is runtime.goexitsall trying to print ? The status variable points to an empty ...
9 years, 8 months ago (2014-08-29 06:54:28 UTC) #9
mpl
9 years, 8 months ago (2014-09-01 21:40:42 UTC) #10
Message was sent while issue was closed.
On 2014/08/29 03:26:44, rsc wrote:
> *** Submitted as https://code.google.com/p/go/source/detail?r=2dae02db5c70 ***
> 
> runtime: convert print.c to Go
> 
> LGTM=iant
> R=golang-codereviews, iant
> CC=dvyukov, golang-codereviews, khr, r
> https://codereview.appspot.com/135930043

A Camlistore's buildbot test relying on runtime.Stack failed after this change.
Something like that http://play.golang.org/p/NOrrAhBF2x does not work anymore.
Sign in to reply to this message.

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