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

Issue 1032044: code review 1032044: gc: be pickier about slice, chan, array, and map sizes (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
15 years ago by rsc
Modified:
15 years ago
Reviewers:
ken3
CC:
ken2, golang-dev
Visibility:
Public.

Description

gc: be pickier about slice, chan, array, and map sizes Fixes issue 589.

Patch Set 1 #

Patch Set 2 : code review 1032044: gc: be pickier about slice, chan, array, and map sizes #

Unified diffs Side-by-side diffs Delta from patch set Stats (+174 lines, -60 lines) Patch
M src/cmd/gc/align.c View 2 chunks +9 lines, -1 line 0 comments Download
M src/cmd/gc/builtin.c.boot View 3 chunks +29 lines, -29 lines 0 comments Download
M src/cmd/gc/runtime.go View 3 chunks +3 lines, -3 lines 0 comments Download
M src/cmd/gc/typecheck.c View 4 chunks +4 lines, -6 lines 0 comments Download
M src/cmd/gc/walk.c View 2 chunks +9 lines, -5 lines 0 comments Download
M src/pkg/runtime/chan.c View 1 2 chunks +6 lines, -3 lines 0 comments Download
M src/pkg/runtime/hashmap.c View 1 2 chunks +6 lines, -3 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/pkg/runtime/slice.c View 1 2 chunks +11 lines, -8 lines 0 comments Download
A test/fixedbugs/bug273.go View 1 chunk +95 lines, -0 lines 0 comments Download

Messages

Total messages: 3
rsc
Hello ken2 (cc: golang-dev@googlegroups.com), I'd like you to review this change.
15 years ago (2010-05-01 20:15:40 UTC) #1
rsc
*** Submitted as http://code.google.com/p/go/source/detail?r=6e5530c00b24 *** gc: be pickier about slice, chan, array, and map sizes ...
15 years ago (2010-05-01 20:15:44 UTC) #2
ken3
15 years ago (2010-05-01 23:08:29 UTC) #3
LGTM
Sign in to reply to this message.

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