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

Issue 149260043: code review 149260043: runtime: fix scanning of gc work buffer (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 5 months ago by khr
Modified:
10 years, 5 months ago
Reviewers:
rsc, 0intro
CC:
golang-codereviews, dave_cheney.net, khr1, 0intro, rsc
Visibility:
Public.

Description

runtime: fix scanning of gc work buffer GC types were not being generated for the garbage collector work buffer. The markfor object was being collected as a result. This broke amd64p32 and maybe plan9 builds. Why it didn't break every build I'm not sure... Fixes issue 8812

Patch Set 1 #

Patch Set 2 : diff -r 38cd9f03739fe6cf029acf00a3d178c696c4399f https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 3 : diff -r 38cd9f03739fe6cf029acf00a3d178c696c4399f https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 4 : diff -r 38cd9f03739fe6cf029acf00a3d178c696c4399f https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 5 : diff -r cdc5a577da4ef89e10985472cefdf41e21313dd5 https://khr%40golang.org@code.google.com/p/go/ #

Patch Set 6 : diff -r cdc5a577da4ef89e10985472cefdf41e21313dd5 https://khr%40golang.org@code.google.com/p/go/ #

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

Messages

Total messages: 10
khr
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
10 years, 5 months ago (2014-09-29 22:11:40 UTC) #1
dave_cheney.net
On 2014/09/29 22:11:40, khr wrote: > Hello mailto:golang-codereviews@googlegroups.com, > > I'd like you to review ...
10 years, 5 months ago (2014-09-29 22:36:14 UTC) #2
khr1
Hopefully, I'm looking into it. On Mon, Sep 29, 2014 at 3:36 PM, <dave@cheney.net> wrote: ...
10 years, 5 months ago (2014-09-29 22:37:39 UTC) #3
0intro
Thanks. It fixes the issue on Plan 9.
10 years, 5 months ago (2014-09-30 05:35:56 UTC) #4
0intro
LGTM
10 years, 5 months ago (2014-09-30 09:14:27 UTC) #5
khr1
Russ, can you take a look? On Mon, Sep 29, 2014 at 10:35 PM, <0intro@gmail.com> ...
10 years, 5 months ago (2014-09-30 14:47:05 UTC) #6
rsc
LGTM The way to avoid this error in the future is to stop using C. ...
10 years, 5 months ago (2014-09-30 15:32:49 UTC) #7
khr
*** Submitted as https://code.google.com/p/go/source/detail?r=cd18299d0795 *** runtime: fix scanning of gc work buffer GC types were ...
10 years, 5 months ago (2014-09-30 15:51:06 UTC) #8
dave_cheney.net
Thanks for your reply Russ. Is it feasible to change cc to reject unnamed struts, ...
10 years, 5 months ago (2014-10-01 00:03:19 UTC) #9
rsc
10 years, 5 months ago (2014-10-01 00:51:06 UTC) #10
>
> Thanks for your reply Russ. Is it feasible to change cc to reject unnamed
> struts, or is that an overreaction?
>
Turns out, yes, it is feasible. CL 150360043
Sign in to reply to this message.

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