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

Issue 8090046: code review 8090046: cmd/gc: don't generate garbage in m[string(byteSlice)] (Closed)

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

Description

cmd/gc: don't generate garbage in m[string(byteSlice)] Fixes issue 3512

Patch Set 1 #

Patch Set 2 : diff -r 61d4b778498f https://go.googlecode.com/hg/ #

Patch Set 3 : diff -r 61d4b778498f https://go.googlecode.com/hg/ #

Patch Set 4 : diff -r 61d4b778498f https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+82 lines, -1 line) Patch
M src/cmd/gc/builtin.c View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/gc/go.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/gc/runtime.go View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/cmd/gc/walk.c View 1 3 chunks +12 lines, -1 line 0 comments Download
M src/pkg/runtime/map_test.go View 1 1 chunk +31 lines, -0 lines 0 comments Download
M src/pkg/runtime/race/testdata/map_test.go View 1 2 3 1 chunk +24 lines, -0 lines 0 comments Download
M src/pkg/runtime/string.goc View 1 1 chunk +12 lines, -0 lines 0 comments Download

Messages

Total messages: 6
bradfitz
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://go.googlecode.com/hg/
11 years ago (2013-04-01 22:15:51 UTC) #1
remyoudompheng
I wouldn't have done like that. I think I would have introduced a new node ...
11 years ago (2013-04-01 22:34:17 UTC) #2
bradfitz
On Mon, Apr 1, 2013 at 3:34 PM, <remyoudompheng@gmail.com> wrote: > I wouldn't have done ...
11 years ago (2013-04-01 22:44:53 UTC) #3
bradfitz
Hello golang-dev@googlegroups.com, remyoudompheng@gmail.com (cc: golang-dev@googlegroups.com), Please take another look.
11 years ago (2013-04-01 23:01:52 UTC) #4
albert.strasheim
Here's a fun one from the wild: type Uuid []byte type UuidKey string func (u ...
11 years ago (2013-04-02 05:48:13 UTC) #5
bradfitz
10 years, 11 months ago (2013-05-17 20:36:49 UTC) #6
*** Abandoned ***
Sign in to reply to this message.

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