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

Issue 703041: code review 703041: runtime: add Callers (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
14 years, 11 months ago by rsc
Modified:
14 years, 11 months ago
Reviewers:
CC:
r, golang-dev
Visibility:
Public.

Description

runtime: add Callers cut copies of traceback from 6 to 1.

Patch Set 1 #

Patch Set 2 : code review 703041: runtime: add Callers #

Total comments: 2

Patch Set 3 : code review 703041: runtime: add Callers #

Patch Set 4 : code review 703041: runtime: add Callers #

Unified diffs Side-by-side diffs Delta from patch set Stats (+139 lines, -411 lines) Patch
R src/pkg/runtime/386/traceback.c View 1 2 3 1 chunk +0 lines, -149 lines 0 comments Download
M src/pkg/runtime/Makefile View 1 chunk +8 lines, -0 lines 0 comments Download
M src/pkg/runtime/amd64/traceback.c View 1 2 3 1 chunk +101 lines, -130 lines 0 comments Download
M src/pkg/runtime/arm/traceback.c View 1 chunk +3 lines, -130 lines 0 comments Download
M src/pkg/runtime/extern.go View 1 chunk +0 lines, -2 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/runtime.c View 1 2 3 1 chunk +26 lines, -0 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
14 years, 11 months ago (2010-03-23 21:20:34 UTC) #1
r
http://codereview.appspot.com/703041/diff/2001/3003 File src/pkg/runtime/amd64/traceback.c (right): http://codereview.appspot.com/703041/diff/2001/3003#newcode35 src/pkg/runtime/amd64/traceback.c:35: for(iter = 0; iter < 10000 && n < ...
14 years, 11 months ago (2010-03-23 21:29:01 UTC) #2
rsc
> http://codereview.appspot.com/703041/diff/2001/3003 > File src/pkg/runtime/amd64/traceback.c (right): > > http://codereview.appspot.com/703041/diff/2001/3003#newcode35 > src/pkg/runtime/amd64/traceback.c:35: for(iter = 0; iter ...
14 years, 11 months ago (2010-03-23 21:32:52 UTC) #3
r2
LGTM To unsubscribe from this group, send email to golang-dev +unsubscribegooglegroups.com or reply to this ...
14 years, 11 months ago (2010-03-23 21:34:14 UTC) #4
rsc
14 years, 11 months ago (2010-03-24 00:01:20 UTC) #5
*** Submitted as http://code.google.com/p/go/source/detail?r=fc2507961bf0 ***

runtime: add Callers

cut copies of traceback from 6 to 1.

R=r
CC=golang-dev
http://codereview.appspot.com/703041
Sign in to reply to this message.

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