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

Issue 7289047: code review 7289047: runtime: save LR on stack when panicking to handle leaf... (Closed)

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

Description

runtime: save LR to stack when panicking to handle leaf function traceback

Patch Set 1 #

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

Total comments: 2

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+17 lines, -5 lines) Patch
M src/pkg/runtime/signal_linux_arm.c View 1 1 chunk +11 lines, -5 lines 0 comments Download
M src/pkg/runtime/traceback_arm.c View 1 1 chunk +6 lines, -0 lines 0 comments Download

Messages

Total messages: 5
minux1
Hello golang-dev@googlegroups.com (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
11 years, 3 months ago (2013-02-03 20:02:09 UTC) #1
rsc
LGTM https://codereview.appspot.com/7289047/diff/2001/src/pkg/runtime/signal_linux_arm.c File src/pkg/runtime/signal_linux_arm.c (right): https://codereview.appspot.com/7289047/diff/2001/src/pkg/runtime/signal_linux_arm.c#newcode80 src/pkg/runtime/signal_linux_arm.c:80: // probably a call to a nil func: ...
11 years, 3 months ago (2013-02-04 04:04:33 UTC) #2
minux1
i will write a few tests in the runtime package to verify that the backtracer ...
11 years, 3 months ago (2013-02-04 21:43:03 UTC) #3
rsc
LGTM
11 years, 3 months ago (2013-02-05 12:00:09 UTC) #4
minux1
11 years, 3 months ago (2013-02-05 17:19:53 UTC) #5
*** Submitted as https://code.google.com/p/go/source/detail?r=8f547c432c68 ***

runtime: save LR to stack when panicking to handle leaf function traceback

R=golang-dev, rsc
CC=golang-dev
https://codereview.appspot.com/7289047
Sign in to reply to this message.

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