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

Issue 9648044: code review 9648044: runtime: introduce cnewarray() to simplify allocation o... (Closed)

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

Description

runtime: introduce cnewarray() to simplify allocation of typed arrays

Patch Set 1 #

Patch Set 2 : diff -r e6c4fa4c0c25 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 3 : diff -r e6c4fa4c0c25 https://dvyukov%40google.com@code.google.com/p/go/ #

Patch Set 4 : diff -r e6c4fa4c0c25 https://dvyukov%40google.com@code.google.com/p/go/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -74 lines) Patch
M src/pkg/reflect/all_test.go View 1 1 chunk +19 lines, -0 lines 0 comments Download
M src/pkg/runtime/iface.c View 1 1 chunk +2 lines, -30 lines 0 comments Download
M src/pkg/runtime/malloc.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/malloc.goc View 1 2 chunks +33 lines, -25 lines 0 comments Download
M src/pkg/runtime/slice.c View 1 1 chunk +1 line, -19 lines 0 comments Download

Messages

Total messages: 3
dvyukov
Hello golang-dev@googlegroups.com, I'd like you to review this change to https://dvyukov%40google.com@code.google.com/p/go/
10 years, 11 months ago (2013-05-27 07:05:28 UTC) #1
dsymonds
LGTM
10 years, 11 months ago (2013-05-27 07:27:59 UTC) #2
dvyukov
10 years, 11 months ago (2013-05-27 07:29:36 UTC) #3
*** Submitted as https://code.google.com/p/go/source/detail?r=139919984600 ***

runtime: introduce cnewarray() to simplify allocation of typed arrays

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

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