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

Issue 112700043: code review 112700043: runtime: move constants from map header to map type (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, iant
CC:
iant, khr1, golang-codereviews
Visibility:
Public.

Description

runtime: move constants from map header to map type A good cleanup anyway, and it makes some room for an additional field needed for issue 8412. Update issue 8412

Patch Set 1 #

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

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

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

Total comments: 2

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

Patch Set 6 : diff -r bfe2cc97b9e1 https://code.google.com/p/go/ #

Patch Set 7 : diff -r fa8c762ef028 https://code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+172 lines, -151 lines) Patch
M src/cmd/gc/reflect.c View 4 chunks +17 lines, -5 lines 0 comments Download
M src/pkg/reflect/type.go View 3 chunks +26 lines, -6 lines 0 comments Download
M src/pkg/runtime/hashmap.go View 27 chunks +78 lines, -94 lines 0 comments Download
M src/pkg/runtime/hashmap_fast.go View 24 chunks +44 lines, -44 lines 0 comments Download
M src/pkg/runtime/type.h View 1 chunk +7 lines, -2 lines 0 comments Download

Messages

Total messages: 7
khr
Hello iant@golang.org (cc: 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-07-25 18:33:53 UTC) #1
iant
https://codereview.appspot.com/112700043/diff/60001/src/cmd/gc/reflect.c File src/cmd/gc/reflect.c (right): https://codereview.appspot.com/112700043/diff/60001/src/cmd/gc/reflect.c#newcode1116 src/cmd/gc/reflect.c:1116: ot = duint16(s, ot, mapbucket(t)->width); Why bother with this ...
10 years, 9 months ago (2014-08-01 13:50:40 UTC) #2
khr1
On Fri, Aug 1, 2014 at 6:50 AM, <iant@golang.org> wrote: > > https://codereview.appspot.com/112700043/diff/60001/src/cmd/gc/reflect.c > File ...
10 years, 9 months ago (2014-08-01 20:39:24 UTC) #3
iant
LGTM
10 years, 9 months ago (2014-08-01 21:25:10 UTC) #4
khr
*** Submitted as https://code.google.com/p/go/source/detail?r=91e1a2f06ce4 *** runtime: move constants from map header to map type A ...
10 years, 9 months ago (2014-08-01 21:39:01 UTC) #5
gobot
This CL appears to have broken the windows-386 builder. See http://build.golang.org/log/da012bcaccbc9514fdc28df2917425b951e3d415
10 years, 9 months ago (2014-08-01 22:06:53 UTC) #6
khr1
10 years, 9 months ago (2014-08-01 22:11:09 UTC) #7
Not related.



On Fri, Aug 1, 2014 at 3:06 PM, <gobot@golang.org> wrote:

> This CL appears to have broken the windows-386 builder.
> See http://build.golang.org/log/da012bcaccbc9514fdc28df2917425b951e3d415
>
> https://codereview.appspot.com/112700043/
>
Sign in to reply to this message.

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