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

Issue 12840043: code review 12840043: runtime: tell GC not to scan internal hashmap structures. (Closed)

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

Description

runtime: tell GC not to scan internal hashmap structures. We'll do it ourselves via hash_gciter, thanks. Fixes bug 6119.

Patch Set 1 #

Patch Set 2 : diff -r 4667e25d5311 https://code.google.com/p/go/ #

Patch Set 3 : diff -r 4667e25d5311 https://code.google.com/p/go/ #

Patch Set 4 : diff -r 77ceb1db4a1e https://code.google.com/p/go/ #

Patch Set 5 : diff -r 77ceb1db4a1e https://code.google.com/p/go/ #

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

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

Messages

Total messages: 6
khr
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
11 years, 10 months ago (2013-08-13 05:54:24 UTC) #1
dvyukov
LGTM
11 years, 10 months ago (2013-08-13 07:54:15 UTC) #2
cookieo9
11 years, 10 months ago (2013-08-13 13:19:50 UTC) #3
cookieo9
LGTM
11 years, 10 months ago (2013-08-13 13:20:18 UTC) #4
rsc
LGTM yay
11 years, 10 months ago (2013-08-13 18:28:36 UTC) #5
khr
11 years, 10 months ago (2013-08-13 19:36:06 UTC) #6
*** Submitted as https://code.google.com/p/go/source/detail?r=3b9f54db72a1 ***

runtime: tell GC not to scan internal hashmap structures.
We'll do it ourselves via hash_gciter, thanks.
Fixes bug 6119.

R=golang-dev, dvyukov, cookieo9, rsc
CC=golang-dev
https://codereview.appspot.com/12840043
Sign in to reply to this message.

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