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

Issue 139380043: code review 139380043: runtime: let stack copier update Panic structs for us (Closed)

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

Description

runtime: let stack copier update Panic structs for us It already is updating parts of them; we're just getting lucky retraversing them and not finding much to do. Change argp to a pointer so that it will be updated too. Existing tests break if you apply the change to adjustpanics without also updating the type of argp.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+13 lines, -15 lines) Patch
M src/runtime/panic.go View 1 2 chunks +3 lines, -3 lines 0 comments Download
M src/runtime/runtime.h View 1 1 chunk +1 line, -1 line 0 comments Download
M src/runtime/stack.c View 1 2 chunks +9 lines, -11 lines 0 comments Download

Messages

Total messages: 5
rsc
Hello khr (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://code.google.com/p/go/
10 years, 7 months ago (2014-09-08 23:27:22 UTC) #1
khr1
LGTM. On Mon, Sep 8, 2014 at 4:27 PM, <rsc@golang.org> wrote: > Reviewers: khr, > ...
10 years, 7 months ago (2014-09-09 00:45:24 UTC) #2
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=e2ec5172543b *** runtime: let stack copier update Panic structs for us It ...
10 years, 7 months ago (2014-09-09 01:02:41 UTC) #3
gobot
This CL appears to have broken the darwin-amd64-race-cheney builder. See http://build.golang.org/log/953a8ac4edfa0aae226a279f27dfb8f571cc4949
10 years, 7 months ago (2014-09-09 04:15:01 UTC) #4
bradfitz
10 years, 7 months ago (2014-09-09 04:32:29 UTC) #5
Not really.


On Mon, Sep 8, 2014 at 9:15 PM, <gobot@golang.org> wrote:

> This CL appears to have broken the darwin-amd64-race-cheney builder.
> See http://build.golang.org/log/953a8ac4edfa0aae226a279f27dfb8f571cc4949
>
>
> https://codereview.appspot.com/139380043/
>
> --
> You received this message because you are subscribed to the Google Groups
> "golang-codereviews" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to golang-codereviews+unsubscribe@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.
>
Sign in to reply to this message.

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