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

Issue 6554060: code review 6554060: runtime: add types to MSpan (Closed)

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

Description

runtime: add types to MSpan

Patch Set 1 #

Total comments: 10

Patch Set 2 : diff -r 4fe6bc41c6c6 https://go.googlecode.com/hg/ #

Total comments: 2

Patch Set 3 : diff -r 4fdee89c5785 https://go.googlecode.com/hg/ #

Unified diffs Side-by-side diffs Delta from patch set Stats (+354 lines, -13 lines) Patch
M src/pkg/runtime/malloc.h View 1 2 5 chunks +56 lines, -0 lines 0 comments Download
M src/pkg/runtime/malloc.goc View 1 2 5 chunks +229 lines, -1 line 0 comments Download
M src/pkg/runtime/mgc0.c View 8 chunks +53 lines, -12 lines 0 comments Download
M src/pkg/runtime/mheap.c View 3 chunks +8 lines, -0 lines 0 comments Download
M src/pkg/runtime/runtime.h View 1 2 2 chunks +8 lines, -0 lines 0 comments Download

Messages

Total messages: 11
atom
Hello rsc (cc: golang-dev@googlegroups.com), I'd like you to review this change to https://go.googlecode.com/hg/
12 years, 6 months ago (2012-09-21 15:13:03 UTC) #1
atom
https://codereview.appspot.com/6554060/diff/1/src/pkg/runtime/runtime.h File src/pkg/runtime/runtime.h (right): https://codereview.appspot.com/6554060/diff/1/src/pkg/runtime/runtime.h#newcode842 src/pkg/runtime/runtime.h:842: UseSpanType = 1, Maybe this flag should be called ...
12 years, 6 months ago (2012-09-21 15:28:06 UTC) #2
rsc
Do you have a sense of the memory overhead this incurs? I wonder if for ...
12 years, 6 months ago (2012-09-21 16:33:46 UTC) #3
atom
On 2012/09/21 16:33:46, rsc wrote: > Do you have a sense of the memory overhead ...
12 years, 6 months ago (2012-09-21 17:28:30 UTC) #4
rsc
The code looks good. Please write the comment I asked for in malloc.h describing the ...
12 years, 6 months ago (2012-09-24 17:21:50 UTC) #5
atom
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 6 months ago (2012-09-24 19:06:50 UTC) #6
atom
https://codereview.appspot.com/6554060/diff/1/src/pkg/runtime/malloc.h File src/pkg/runtime/malloc.h (right): https://codereview.appspot.com/6554060/diff/1/src/pkg/runtime/malloc.h#newcode306 src/pkg/runtime/malloc.h:306: enum On 2012/09/24 17:21:50, rsc wrote: > Please move ...
12 years, 6 months ago (2012-09-24 19:07:07 UTC) #7
rsc
Looks good. Thanks for the comment: it was a big help understanding the details of ...
12 years, 6 months ago (2012-09-24 19:16:47 UTC) #8
atom
Hello rsc@golang.org (cc: golang-dev@googlegroups.com), Please take another look.
12 years, 6 months ago (2012-09-24 19:51:54 UTC) #9
rsc
LGTM
12 years, 6 months ago (2012-09-24 20:00:57 UTC) #10
rsc
12 years, 6 months ago (2012-09-25 00:08:09 UTC) #11
*** Submitted as http://code.google.com/p/go/source/detail?r=0a3866d6cc6b ***

runtime: add types to MSpan

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

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