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

Issue 62990043: code review 62990043: runtime: fix concurrent GC sweep (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 2 months ago by dvyukov
Modified:
10 years, 1 month ago
Reviewers:
aram, gobot, rsc
CC:
rsc, dave_cheney.net, golang-codereviews
Visibility:
Public.

Description

runtime: fix concurrent GC sweep The issue was that one of the MSpan_Sweep callers was doing sweep with preemption enabled. Additional checks are added.

Patch Set 1 #

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

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

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+24 lines, -8 lines) Patch
M src/pkg/runtime/mgc0.c View 1 2 6 chunks +24 lines, -8 lines 0 comments Download

Messages

Total messages: 6
dvyukov
Hello rsc@golang.org (cc: golang-codereviews@googlegroups.com), I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 2 months ago (2014-02-13 06:49:25 UTC) #1
dave_cheney.net
./all.bash and ./race.bash passes on darwin/amd64 On Thu, Feb 13, 2014 at 5:49 PM, <dvyukov@google.com> ...
10 years, 2 months ago (2014-02-13 08:30:14 UTC) #2
rsc
LGTM
10 years, 2 months ago (2014-02-13 14:46:02 UTC) #3
dvyukov
*** Submitted as https://code.google.com/p/go/source/detail?r=a8b97f205736 *** runtime: fix concurrent GC sweep The issue was that one ...
10 years, 2 months ago (2014-02-13 15:36:50 UTC) #4
gobot
This CL appears to have broken the darwin-amd64 builder.
10 years, 2 months ago (2014-02-13 16:06:31 UTC) #5
aram
10 years, 1 month ago (2014-03-11 16:59:33 UTC) #6
Message was sent while issue was closed.
This broke Solaris runtime tests:
https://code.google.com/p/go/issues/detail?id=7511
Sign in to reply to this message.

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