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

Issue 11454044: code review 11454044: runtime: prevent GC from seeing the contents of a frame... (Closed)

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

Description

runtime: prevent GC from seeing the contents of a frame in runfinq This holds the last finalized object and arguments to its finalizer. Fixes issue 5348.

Patch Set 1 #

Patch Set 2 : diff -r 353ca41927f1 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r 353ca41927f1 https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 1

Patch Set 4 : diff -r 353ca41927f1 https://dvyukov%40google.com@code.google.com/p/go/ #

Total comments: 4

Patch Set 5 : diff -r f98e0eb03af9 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 6 : diff -r f98e0eb03af9 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+5 lines, -1 line) Patch
M src/pkg/runtime/mgc0.c View 1 2 3 4 1 chunk +5 lines, -1 line 0 comments Download

Messages

Total messages: 6
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
11 years, 8 months ago (2013-07-19 11:53:08 UTC) #1
iant
https://codereview.appspot.com/11454044/diff/6001/src/pkg/runtime/mgc0.c File src/pkg/runtime/mgc0.c (right): https://codereview.appspot.com/11454044/diff/6001/src/pkg/runtime/mgc0.c#newcode2277 src/pkg/runtime/mgc0.c:2277: frame = runtime·mallocgc(framesz, FlagNoPointers, 0, 1); I think this ...
11 years, 8 months ago (2013-07-19 13:21:18 UTC) #2
dvyukov
On 2013/07/19 13:21:18, iant wrote: > https://codereview.appspot.com/11454044/diff/6001/src/pkg/runtime/mgc0.c > File src/pkg/runtime/mgc0.c (right): > > https://codereview.appspot.com/11454044/diff/6001/src/pkg/runtime/mgc0.c#newcode2277 > ...
11 years, 8 months ago (2013-07-19 13:47:15 UTC) #3
iant
LGTM https://codereview.appspot.com/11454044/diff/12001/src/pkg/runtime/mgc0.c File src/pkg/runtime/mgc0.c (right): https://codereview.appspot.com/11454044/diff/12001/src/pkg/runtime/mgc0.c#newcode2277 src/pkg/runtime/mgc0.c:2277: // The frame does not contain interesting for ...
11 years, 8 months ago (2013-07-19 13:52:50 UTC) #4
dvyukov
https://codereview.appspot.com/11454044/diff/12001/src/pkg/runtime/mgc0.c File src/pkg/runtime/mgc0.c (right): https://codereview.appspot.com/11454044/diff/12001/src/pkg/runtime/mgc0.c#newcode2277 src/pkg/runtime/mgc0.c:2277: // The frame does not contain interesting for GC ...
11 years, 8 months ago (2013-07-19 14:00:42 UTC) #5
dvyukov
11 years, 8 months ago (2013-07-19 14:01:37 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=548d6782f20e ***

runtime: prevent GC from seeing the contents of a frame in runfinq
This holds the last finalized object and arguments to its finalizer.
Fixes issue 5348.

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

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