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

Issue 70200056: code review 70200056: runtime: Generic hash and equal for types with nil alg-...

Can't Edit
Can't Publish+Mail
Start Review
Created:
10 years, 1 month ago by crc
Modified:
10 years, 1 month ago
Reviewers:
rsc, golang-codereviews
CC:
iant, khr
Visibility:
Public.

Description

runtime: Generic hash and equal for types with nil alg->hash|equal. Used when hashing or comparing interfaces with dynamic struct or array types. Fixes issue 7447.

Patch Set 1 #

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

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+300 lines, -6 lines) Patch
M src/pkg/runtime/export_test.go View 1 2 chunks +10 lines, -0 lines 0 comments Download
M src/pkg/runtime/iface.goc View 1 5 chunks +117 lines, -6 lines 0 comments Download
M src/pkg/runtime/iface_test.go View 1 2 chunks +147 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/pkg/runtime/type.h View 1 1 chunk +23 lines, -0 lines 0 comments Download

Messages

Total messages: 2
crc
Hello golang-codereviews@googlegroups.com (cc: iant@golang.org, khr@golang.org, rsc@golang.org), I'd like you to review this change to https://code.google.com/p/go/
10 years, 1 month ago (2014-03-05 06:02:57 UTC) #1
rsc
10 years, 1 month ago (2014-03-05 20:08:33 UTC) #2
R=close

Sorry, but we've entered the feature freeze period for Go 1.3. This may be a
fine change, but we need to focus on making what's already here stable. Please
ping this once we've started on Go 1.4 (probably June 1).

Thanks.
Sign in to reply to this message.

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