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

Issue 9858043: code review 9858043: runtime: avoid adding garbage collector's own stack fra... (Closed)

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

Description

runtime: avoid adding garbage collector's own stack frames as roots Binary values stored in stack frames of C functions in mgc0.c may prevent the garbage collector from freeing large objects. Update issue 5584

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -8 lines) Patch
src/pkg/runtime/mgc0.c View 5 chunks +8 lines, -8 lines 1 comment Download

Messages

Total messages: 6
atom
Hello golang-dev@googlegroups.com (cc: dvyukov, rsc, cshapiro), I'd like you to review this change to https://code.google.com/p/go/
10 years, 11 months ago (2013-05-29 16:49:39 UTC) #1
atom
https://codereview.appspot.com/9858043/diff/1/src/pkg/runtime/mgc0.c File src/pkg/runtime/mgc0.c (right): https://codereview.appspot.com/9858043/diff/1/src/pkg/runtime/mgc0.c#newcode1445 src/pkg/runtime/mgc0.c:1445: Maybe it would be better to rename 'initsp' to ...
10 years, 11 months ago (2013-05-29 16:52:30 UTC) #2
cshapiro1
(Unfortunately, I am getting an error when trying to view the side-by-side diffs. I am ...
10 years, 11 months ago (2013-05-30 00:36:21 UTC) #3
dave_cheney.net
Confirmed, this is our constant friend, error: old chunk mismatch On Thu, May 30, 2013 ...
10 years, 11 months ago (2013-05-30 00:37:21 UTC) #4
atom
On 2013/05/30 00:36:21, cshapiro1 wrote: > The effect of this change should be achieved by ...
10 years, 11 months ago (2013-05-30 07:06:09 UTC) #5
rsc
10 years, 11 months ago (2013-06-03 20:16:14 UTC) #6
Message was sent while issue was closed.
Removing reviewers.
Sign in to reply to this message.

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