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

Issue 825043: code review 825043: runtime: run deferred calls at Goexit (Closed)

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

Description

runtime: run deferred calls at Goexit baby step toward panic+recover. Fixes issue 349.

Patch Set 1 #

Patch Set 2 : code review 825043: runtime: run deferred calls at Goexit #

Patch Set 3 : code review 825043: runtime: run deferred calls at Goexit #

Patch Set 4 : code review 825043: runtime: run deferred calls at Goexit #

Unified diffs Side-by-side diffs Delta from patch set Stats (+110 lines, -52 lines) Patch
M src/pkg/runtime/386/asm.s View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M src/pkg/runtime/amd64/asm.s View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M src/pkg/runtime/arm/asm.s View 1 2 3 2 chunks +6 lines, -6 lines 0 comments Download
M src/pkg/runtime/extern.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 3 8 chunks +90 lines, -34 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 6
rsc
Hello r (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-03-30 00:30:43 UTC) #1
r
LGTM
15 years ago (2010-03-30 00:33:10 UTC) #2
rsc
Hello r (cc: golang-dev@googlegroups.com), Please take another look.
15 years ago (2010-03-30 01:29:40 UTC) #3
rsc
Added unwindstack to clean up stack after goexit, moved gfget and gfput to bottom of ...
15 years ago (2010-03-30 01:30:14 UTC) #4
r
LGTM
15 years ago (2010-03-30 01:49:23 UTC) #5
rsc
15 years ago (2010-03-30 04:48:26 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=2584b1cabce1 ***

runtime: run deferred calls at Goexit

baby step toward panic+recover.

Fixes issue 349.

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

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