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

Issue 129510043: code review 129510043: runtime: convert Stack to Go. (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 6 months ago by remyoudompheng
Modified:
10 years, 6 months ago
Reviewers:
gobot, khr, bradfitz, mpl
CC:
khr, josharian, golang-codereviews
Visibility:
Public.

Description

runtime: convert Stack to Go.

Patch Set 1 #

Patch Set 2 : diff -r d06e79685295c5e0da29106e139cfaafb3318258 https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r d06e79685295c5e0da29106e139cfaafb3318258 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 4 : diff -r d06e79685295c5e0da29106e139cfaafb3318258 https://go.googlecode.com/hg/ #

Patch Set 5 : diff -r 01dfd37363e90fcfdb4bd8e84d275709fa7e7f5e https://go.googlecode.com/hg/ #

Total comments: 3

Patch Set 6 : diff -r 1fadcb6ee46b84c1977d40ceecf14d0ffe100f80 https://go.googlecode.com/hg/ #

Patch Set 7 : diff -r 1fadcb6ee46b84c1977d40ceecf14d0ffe100f80 https://go.googlecode.com/hg/ #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+72 lines, -39 lines) Patch
M src/pkg/runtime/asm_386.s View 1 2 3 4 5 1 chunk +6 lines, -0 lines 0 comments Download
M src/pkg/runtime/asm_amd64.s View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M src/pkg/runtime/asm_amd64p32.s View 1 2 3 4 1 chunk +6 lines, -0 lines 0 comments Download
M src/pkg/runtime/asm_arm.s View 1 1 chunk +7 lines, -0 lines 0 comments Download
M src/pkg/runtime/debug.go View 1 1 chunk +0 lines, -6 lines 0 comments Download
M src/pkg/runtime/mprof.go View 1 2 3 1 chunk +41 lines, -0 lines 0 comments Download
M src/pkg/runtime/mprof.goc View 1 2 3 4 5 1 chunk +0 lines, -33 lines 1 comment Download
M src/pkg/runtime/stubs.go View 1 2 3 4 5 2 chunks +6 lines, -0 lines 0 comments Download

Messages

Total messages: 14
remyoudompheng
Hello khr@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
10 years, 6 months ago (2014-08-22 06:10:28 UTC) #1
bradfitz
https://codereview.appspot.com/129510043/diff/40001/src/pkg/runtime/mprof.go File src/pkg/runtime/mprof.go (right): https://codereview.appspot.com/129510043/diff/40001/src/pkg/runtime/mprof.go#newcode148 src/pkg/runtime/mprof.go:148: func Stack(buf []byte, all bool) (n int) { why ...
10 years, 6 months ago (2014-08-22 06:12:25 UTC) #2
remyoudompheng
I added traceback and tracebackothers to stubs.go without a *_m variant, I'm not sure if ...
10 years, 6 months ago (2014-08-22 06:12:45 UTC) #3
remyoudompheng
Hello khr@golang.org (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 6 months ago (2014-08-22 06:23:53 UTC) #4
josharian
Missing asm_amd64p32.s?
10 years, 6 months ago (2014-08-22 15:35:07 UTC) #5
remyoudompheng
Hello khr@golang.org, josharian@gmail.com (cc: golang-codereviews@googlegroups.com), Please take another look.
10 years, 6 months ago (2014-08-22 19:16:45 UTC) #6
remyoudompheng
On 2014/08/22 15:35:07, josharian wrote: > Missing asm_amd64p32.s? Yes, fixed.
10 years, 6 months ago (2014-08-22 19:16:54 UTC) #7
remyoudompheng
https://codereview.appspot.com/129510043/diff/40001/src/pkg/runtime/mprof.go File src/pkg/runtime/mprof.go (right): https://codereview.appspot.com/129510043/diff/40001/src/pkg/runtime/mprof.go#newcode148 src/pkg/runtime/mprof.go:148: func Stack(buf []byte, all bool) (n int) { On ...
10 years, 6 months ago (2014-08-22 19:17:04 UTC) #8
remyoudompheng
ping?
10 years, 6 months ago (2014-08-24 09:36:30 UTC) #9
khr
LGTM. traceback and tracebackothers still need to be translated. That can be a separate CL. ...
10 years, 6 months ago (2014-08-25 01:03:37 UTC) #10
remyoudompheng
*** Submitted as https://code.google.com/p/go/source/detail?r=6138449ef60f *** runtime: convert Stack to Go. LGTM=khr R=khr, josharian CC=golang-codereviews https://codereview.appspot.com/129510043 ...
10 years, 6 months ago (2014-08-26 06:40:05 UTC) #11
mpl
I have a question. As far as I can see, the C version was calling ...
10 years, 6 months ago (2014-08-27 15:59:07 UTC) #12
bradfitz
https://codereview.appspot.com/129510043/diff/120001/src/pkg/runtime/mprof.goc File src/pkg/runtime/mprof.goc (left): https://codereview.appspot.com/129510043/diff/120001/src/pkg/runtime/mprof.goc#oldcode276 src/pkg/runtime/mprof.goc:276: runtime·goroutineheader(g); you forgot to include this header when you ...
10 years, 6 months ago (2014-08-27 16:16:32 UTC) #13
gobot
10 years, 6 months ago (2014-08-28 00:53:04 UTC) #14
Message was sent while issue was closed.
This CL appears to have broken the linux-386-temp builder.
See http://build.golang.org/log/8602514c5ec9db3d0e79fe676ef15795cd335391
Sign in to reply to this message.

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