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

Issue 6569057: code review 6569057: runtime: store types of allocated objects (Closed)

Can't Edit
Can't Publish+Mail
Start Review
Created:
12 years, 10 months ago by atom
Modified:
12 years, 9 months ago
Reviewers:
CC:
rsc, golang-dev
Visibility:
Public.

Description

runtime: store types of allocated objects

Patch Set 1 #

Total comments: 8

Patch Set 2 : diff -r 6776e39e3aec https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+98 lines, -13 lines) Patch
M src/pkg/runtime/hashmap.c View 1 2 chunks +9 lines, -0 lines 0 comments Download
M src/pkg/runtime/iface.c View 1 3 chunks +25 lines, -7 lines 0 comments Download
M src/pkg/runtime/malloc.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/pkg/runtime/malloc.goc View 1 1 chunk +20 lines, -0 lines 0 comments Download
A src/pkg/runtime/mgc0.go View 1 1 chunk +10 lines, -0 lines 0 comments Download
M src/pkg/runtime/proc.c View 1 2 chunks +9 lines, -1 line 0 comments Download
src/pkg/runtime/runtime.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M src/pkg/runtime/slice.c View 1 2 chunks +13 lines, -5 lines 0 comments Download
M src/pkg/runtime/type.h View 2 chunks +7 lines, -0 lines 0 comments Download

Messages

Total messages: 6
atom
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 10 months ago (2012-09-26 14:35:55 UTC) #1
rsc
looks good. just a few tiny things https://codereview.appspot.com/6569057/diff/1/src/pkg/runtime/iface.c File src/pkg/runtime/iface.c (right): https://codereview.appspot.com/6569057/diff/1/src/pkg/runtime/iface.c#newcode718 src/pkg/runtime/iface.c:718: if(n == ...
12 years, 10 months ago (2012-10-06 22:08:36 UTC) #2
atom
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 10 months ago (2012-10-12 16:00:32 UTC) #3
atom
https://codereview.appspot.com/6569057/diff/1/src/pkg/runtime/iface.c File src/pkg/runtime/iface.c (right): https://codereview.appspot.com/6569057/diff/1/src/pkg/runtime/iface.c#newcode718 src/pkg/runtime/iface.c:718: if(n == 0) { On 2012/10/06 22:08:36, rsc wrote: ...
12 years, 10 months ago (2012-10-12 16:00:40 UTC) #4
rsc
LGTM
12 years, 9 months ago (2012-10-21 21:33:46 UTC) #5
rsc
12 years, 9 months ago (2012-10-21 21:41:52 UTC) #6
*** Submitted as http://code.google.com/p/go/source/detail?r=731e3ce78fcb ***

runtime: store types of allocated objects

R=rsc
CC=golang-dev
http://codereview.appspot.com/6569057

Committer: Russ Cox <rsc@golang.org>
Sign in to reply to this message.

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