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

Issue 13396045: code review 13396045: runtime: clean up map code. Remove hashmap.h. (Closed)

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

Description

runtime: clean up map code. Remove hashmap.h. Use cnew/cnewarray instead of mallocgc.

Patch Set 1 #

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

Unified diffs Side-by-side diffs Delta from patch set Stats (+9 lines, -15 lines) Patch
R src/pkg/runtime/hashmap.h View 1 chunk +0 lines, -4 lines 0 comments Download
M src/pkg/runtime/hashmap.c View 9 chunks +9 lines, -10 lines 0 comments Download
M src/pkg/runtime/mgc0.c View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 3
khr
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://khr%40golang.org@code.google.com/p/go/
11 years, 8 months ago (2013-08-31 16:23:00 UTC) #1
dvyukov
LGTM
11 years, 8 months ago (2013-08-31 16:42:42 UTC) #2
khr
11 years, 8 months ago (2013-08-31 21:09:37 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=2aef8fd83bbd ***

runtime: clean up map code.  Remove hashmap.h.
Use cnew/cnewarray instead of mallocgc.

R=golang-dev, dvyukov
CC=golang-dev
https://codereview.appspot.com/13396045
Sign in to reply to this message.

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