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

Issue 102040043: code review 102040043: runtime: mark some C globals as having no pointers. (Closed)

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

Description

runtime: mark some C globals as having no pointers. C globals are conservatively scanned. This helps avoid false retention, especially for 32 bit.

Patch Set 1 #

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

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+16 lines, -0 lines) Patch
M src/pkg/runtime/alg.goc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/heapdump.c View 1 2 chunks +2 lines, -0 lines 0 comments Download
M src/pkg/runtime/malloc.goc View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/msize.c View 1 2 chunks +5 lines, -0 lines 0 comments Download
M src/pkg/runtime/os_darwin.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/os_dragonfly.c View 1 2 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/os_freebsd.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/os_netbsd.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/os_openbsd.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/os_solaris.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 7
khr
Hello golang-codereviews@googlegroups.com, I'd like you to review this change to https://code.google.com/p/go/
10 years, 9 months ago (2014-05-30 18:01:24 UTC) #1
khr1
Russ, could you take a quick look? On Fri, May 30, 2014 at 11:01 AM, ...
10 years, 9 months ago (2014-05-31 18:02:54 UTC) #2
rsc
LGTM
10 years, 9 months ago (2014-05-31 23:01:30 UTC) #3
rsc
*** Submitted as https://code.google.com/p/go/source/detail?r=37503193c6a2 *** runtime: mark some C globals as having no pointers. C ...
10 years, 9 months ago (2014-05-31 23:20:34 UTC) #4
rsc
I'm going to submit this to get another line on the dashboard.
10 years, 9 months ago (2014-05-31 23:20:37 UTC) #5
gobot
This CL appears to have broken the windows-amd64 builder. See http://build.golang.org/log/f323442f6ba7ee82b6e0d02b09e80a6c70cf1f4f
10 years, 9 months ago (2014-05-31 23:30:40 UTC) #6
rsc
10 years, 9 months ago (2014-06-01 13:50:49 UTC) #7
No, the previous CL did, just not all the time.
Sign in to reply to this message.

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